This repository was archived by the owner on Sep 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "overrides" : [
77 {
88 "files" : [
9- " *.js" ,
109 " *.ts"
1110 ],
1211 "parserOptions" : {
3534 "prefix" : " app" ,
3635 "style" : " kebab-case"
3736 }
38- ],
39- "object-curly-spacing" : [
40- " error" ,
41- " always"
42- ],
43- "array-bracket-spacing" : [
44- " error" ,
45- " always" ,
46- {
47- "singleValue" : false ,
48- "objectsInArrays" : false ,
49- "arraysInArrays" : false
50- }
51- ],
52- "semi" : " error" ,
53- "no-extra-semi" : " error" ,
54- "comma-dangle" : " error" ,
55- "no-debugger" : " warn" ,
56- "no-var" : " error" ,
57- "object-shorthand" : " warn" ,
58- "prefer-const" : " warn" ,
59- "no-lonely-if" : " warn" ,
60- "camelcase" : " error" ,
61- "quotes" : [
62- 2 ,
63- " single" ,
64- " avoid-escape"
65- ],
66- "@typescript-eslint/no-explicit-any" : " error" ,
67- "@typescript-eslint/no-extra-non-null-assertion" : " error" ,
68- "@typescript-eslint/no-implicit-any-catch" : " error" ,
69- "@typescript-eslint/no-misused-promises" : " error" ,
70- "@typescript-eslint/no-unnecessary-type-assertion" : " error" ,
71- "@typescript-eslint/no-unnecessary-type-constraint" : " error" ,
72- "@typescript-eslint/prefer-ts-expect-error" : " error"
37+ ]
7338 }
7439 },
7540 {
You can’t perform that action at this time.
0 commit comments