Skip to content

Commit 71aca5f

Browse files
committed
Fix linter config
1 parent 3962c8b commit 71aca5f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tsconfig.eslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"extends": "./tsconfig.json"
2+
"extends": "./tsconfig.json",
3+
"exclude": ["node_modules"]
34
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"outDir": "./build"
2020
},
2121
"include": [
22-
"statistics/**/*", "lib/**/*"],
22+
"statistics/**/*", "lib/**/*", "__tests__/**/*"],
2323
"exclude": ["node_modules", "__tests__"]
2424
}

0 commit comments

Comments
 (0)