Skip to content

Commit 3f86408

Browse files
committed
Ignore coverage when linting.
1 parent 5ea6871 commit 3f86408

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.eslintrc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
"airbnb-typescript/base",
77
"prettier"
88
],
9-
"ignorePatterns": ["__fixtures__", "dist", "output", "jest.config.ts"],
9+
"ignorePatterns": [
10+
"__fixtures__",
11+
"coverage",
12+
"dist",
13+
"output",
14+
"jest.config.ts"
15+
],
1016
"parserOptions": {
1117
"project": "./tsconfig.json"
1218
},

0 commit comments

Comments
 (0)