Skip to content

Commit

Permalink
extend import config from es7-jsx in case you don't wan't warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Nov 2, 2015
1 parent 8f6fc26 commit a208962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/es7-jsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Parser options to allow ES7 + JSX syntax in imported files.
*/
module.exports = {
extends: 'import',
// see https://github.com/babel/babel/tree/master/packages/babylon#options
// plugins array is not merged with defaults, so include all desired plugins.
settings: {
Expand Down

0 comments on commit a208962

Please sign in to comment.