We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 849fa12 + 7526809 commit 8775335Copy full SHA for 8775335
1 file changed
react.js
@@ -35,4 +35,9 @@ module.exports = {
35
'react/react-in-jsx-scope': 'error',
36
'react/sort-prop-types': 'off',
37
},
38
+ overrides: [
39
+ {
40
+ files: ['*.js', '*.jsx'],
41
+ },
42
+ ],
43
};
0 commit comments