Skip to content

Commit 2fceb2b

Browse files
committed
Remove redundant ignore pattern
1 parent 7b1dd61 commit 2fceb2b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"plugin:@typescript-eslint/recommended",
99
"prettier"
1010
],
11-
"ignorePatterns": ["dist", "node_modules"],
11+
"ignorePatterns": ["dist"],
1212
"parser": "@typescript-eslint/parser",
1313
"parserOptions": {
1414
"ecmaVersion": 12,

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
dist
2-
node_modules

0 commit comments

Comments
 (0)