File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/eslint-config-react-app Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -200,13 +200,13 @@ module.exports = {
200
200
// 'import/namespace': 'warn',
201
201
// 'import/no-amd': 'warn',
202
202
// 'import/no-duplicates': 'warn',
203
- // 'import/no-extraneous-dependencies': 'warn',
204
203
// 'import/no-named-as-default': 'warn',
205
204
// 'import/no-named-as-default-member': 'warn',
206
205
// 'import/no-unresolved': ['warn', { commonjs: true }],
207
206
// We don't support configuring Webpack using import source strings, so this
208
207
// is always an error.
209
208
'import/no-webpack-loader-syntax' : 'error' ,
209
+ 'import/no-extraneous-dependencies' : 'error' ,
210
210
211
211
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
212
212
'react/jsx-equals-spacing' : [ 'warn' , 'never' ] ,
You can’t perform that action at this time.
0 commit comments