We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5e9d1 commit 6521ab0Copy full SHA for 6521ab0
.eslintrc.js
@@ -9,7 +9,7 @@ module.exports = {
9
ecmaVersion: 2020,
10
sourceType: 'module',
11
},
12
- ignorePatterns: ['lib/*', 'client/*'],
+ ignorePatterns: ['lib/*', 'client/*', 'utils/*'],
13
rules: {
14
'prettier/prettier': 'error',
15
0 commit comments