Skip to content

Commit 1f1d604

Browse files
committed
chore(eslint): disable for fixtures
1 parent 344c4e3 commit 1f1d604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
ecmaVersion: 12,
1010
sourceType: 'module'
1111
},
12+
ignorePatterns: ['**/__testfixtures__/**/*.js'],
1213
plugins: ['@typescript-eslint'],
1314
rules: {
1415
semi: ['error', 'always'],

0 commit comments

Comments
 (0)