Skip to content

Commit a552039

Browse files
committed
chore: eslint use ignorePatterns instead eslintignore
1 parent 442760c commit a552039

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"plugin:@typescript-eslint/eslint-recommended",
1010
"plugin:@typescript-eslint/recommended"
1111
],
12+
"ignorePatterns": ["build/", "node_modules/"],
1213
"rules": {
1314
"@typescript-eslint/ban-types": [
1415
"error",

0 commit comments

Comments
 (0)