Skip to content

Commit 6521ab0

Browse files
committed
fix: ignore utils dir on main lint config
1 parent 3a5e9d1 commit 6521ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
ecmaVersion: 2020,
1010
sourceType: 'module',
1111
},
12-
ignorePatterns: ['lib/*', 'client/*'],
12+
ignorePatterns: ['lib/*', 'client/*', 'utils/*'],
1313
rules: {
1414
'prettier/prettier': 'error',
1515

0 commit comments

Comments
 (0)