File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
3
" standard-kit/prettier" ,
4
- " standard-kit/prettier/node" ,
5
- " standard-kit/prettier/typescript"
4
+ " standard-kit/prettier/typescript" ,
5
+ " standard-kit/prettier/node"
6
+ ],
7
+ "overrides" : [
8
+ {
9
+ "files" : [" *.ts" , " *.tsx" ],
10
+ "rules" : {
11
+ "@typescript-eslint/explicit-function-return-type" : " warn" ,
12
+ "@typescript-eslint/no-dynamic-delete" : " warn" ,
13
+ "@typescript-eslint/strict-boolean-expressions" : " warn" ,
14
+ "@typescript-eslint/camelcase" : " off"
15
+ }
16
+ }
6
17
],
7
18
"parserOptions" : {
8
19
"project" : " tsconfig.json"
11
22
" simple-import-sort"
12
23
],
13
24
"rules" : {
14
- "@typescript-eslint/explicit-function-return-type" : " warn" ,
15
- "@typescript-eslint/strict-boolean-expressions" : " warn" ,
16
- "@typescript-eslint/no-non-null-assertion" : " off" ,
17
- "simple-import-sort/sort" : " error"
25
+ "simple-import-sort/imports" : " error"
18
26
}
19
- }
27
+ }
You can’t perform that action at this time.
0 commit comments