Skip to content

Commit 8084f0d

Browse files
committed
Prune the unnecessary v1 tsconfigs
1 parent 75b6c61 commit 8084f0d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.eslintrc.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ parserOptions:
1919
ecmaVersion: 2018
2020
project:
2121
- "./tsconfig.json"
22-
- "./lib/ts/coderapi/tsconfig.json"
23-
- "./lib/ts/domutils/tsconfig.json"
24-
- "./lib/ts/ui/tsconfig.json"
25-
- "./product/coder.com/site/tsconfig.json"
26-
- "./product/coder/e2e/tsconfig.json"
27-
- "./product/coder/site/tsconfig.json"
28-
- "./product/cportal/site/tsconfig.json"
22+
- "./site/tsconfig.json"
2923
sourceType: module
3024
ecmaFeatures:
3125
jsx: true

0 commit comments

Comments
 (0)