Skip to content

Commit 15cb793

Browse files
authored
Do not parse .eslintignore (facebook#2115)
1 parent 90048a3 commit 15cb793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)