We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b6c61 commit 8084f0dCopy full SHA for 8084f0d
.eslintrc.yaml
@@ -19,13 +19,7 @@ parserOptions:
19
ecmaVersion: 2018
20
project:
21
- "./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"
+ - "./site/tsconfig.json"
29
sourceType: module
30
ecmaFeatures:
31
jsx: true
0 commit comments