We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf3629 commit 5ebb7edCopy full SHA for 5ebb7ed
.eslintrc.js
@@ -24,5 +24,5 @@ module.exports = {
24
rules: {
25
'react/prop-types': 'off'
26
},
27
- ignorePatterns: ['build/**', 'node_modules/**']
+ ignorePatterns: ['build/**', 'node_modules/**', 'static/**']
28
};
0 commit comments