Skip to content

Commit f52696b

Browse files
Timerromaindso
authored andcommitted
Do not parse .eslintignore (facebook#2115)
1 parent ac0f615 commit f52696b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/config/webpack.config.dev.js

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ module.exports = {
126126
baseConfig: {
127127
extends: ['react-app'],
128128
},
129+
ignore: false,
129130
useEslintrc: false,
130131
},
131132
// @remove-on-eject-end

0 commit comments

Comments
 (0)