Skip to content

Commit 2b83a60

Browse files
committed
Update ESLint config
- Update `parserOptions` to include `tsconfig` for files in folder `tests`.
1 parent f32a4f9 commit 2b83a60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
},
77
"parserOptions": {
88
"project": [
9-
"./tsconfig.json"
9+
"./tsconfig.json",
10+
"./tests/tsconfig.json"
1011
]
1112
},
1213
"plugins": [

0 commit comments

Comments
 (0)