Skip to content

Commit aa536b4

Browse files
committed
fix: eslint config
1 parent 6747356 commit aa536b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"parser": "@typescript-eslint/parser",
88
"parserOptions": {
9-
"project": ["tsconfig.json", "*/tsconfig.release.json", "plugins/*/tsconfig.release.json", "tests/cypress/tsconfig.json"],
9+
"project": ["tsconfig.json", "plugins/*/tsconfig.json", "tests/cypress/tsconfig.json"],
1010
"sourceType": "module"
1111
},
1212
"plugins": [

0 commit comments

Comments
 (0)