Skip to content

Commit

Permalink
add react/jsx-filename-extension rule
Browse files Browse the repository at this point in the history
  • Loading branch information
zangrafx committed Jun 28, 2017
1 parent 85404a0 commit 6eb3066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ module.exports = {
'import/extensions': 0,
'no-prototype-builtins': 0,
'react/forbid-prop-types': 0,
'react/jsx-filename-extension': 0,
},
},
ignore: false,
Expand Down
1 change: 1 addition & 0 deletions packages/react-scripts/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ module.exports = {
'import/extensions': 0,
'no-prototype-builtins': 0,
'react/forbid-prop-types': 0,
'react/jsx-filename-extension': 0,
},
},
ignore: false,
Expand Down

0 comments on commit 6eb3066

Please sign in to comment.