Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 6caa41a

Browse files
authored
Fixed linting
1 parent 0561897 commit 6caa41a

3 files changed

Lines changed: 1215 additions & 3676 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"overrides": [
77
{
88
"files": [
9-
"*.js",
109
"*.ts"
1110
],
1211
"parserOptions": {
@@ -35,41 +34,7 @@
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
{

0 commit comments

Comments
 (0)