Skip to content

Commit

Permalink
Do not parse .eslintignore (#2115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored May 10, 2017
1 parent 0a50395 commit 1acc3a4
Showing 1 changed file with 1 addition 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 @@ -126,6 +126,7 @@ module.exports = {
baseConfig: {
extends: ['react-app'],
},
ignore: false,
useEslintrc: false,
},
// @remove-on-eject-end
Expand Down

0 comments on commit 1acc3a4

Please sign in to comment.