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

Commit 2a59d07

Browse files
committed
chore: update deps/apis
1 parent 3b9ff38 commit 2a59d07

File tree

6 files changed

+11954
-27815
lines changed

6 files changed

+11954
-27815
lines changed

.eslintrc.json

-6
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@
1616
"@typescript-eslint/no-require-imports": "off",
1717
"@typescript-eslint/array-type": "error",
1818
"@typescript-eslint/await-thenable": "error",
19-
"@typescript-eslint/ban-ts-ignore": "error",
2019
"camelcase": "off",
21-
"@typescript-eslint/camelcase": "error",
22-
"@typescript-eslint/class-name-casing": "error",
2320
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
2421
"@typescript-eslint/func-call-spacing": ["error", "never"],
25-
"@typescript-eslint/generic-type-naming": ["error", "^[A-Z][A-Za-z]*$"],
2622
"@typescript-eslint/no-array-constructor": "error",
2723
"@typescript-eslint/no-empty-interface": "error",
2824
"@typescript-eslint/no-explicit-any": "off",
@@ -32,15 +28,13 @@
3228
"@typescript-eslint/no-misused-new": "error",
3329
"@typescript-eslint/no-namespace": "error",
3430
"@typescript-eslint/no-non-null-assertion": "warn",
35-
"@typescript-eslint/no-object-literal-type-assertion": "error",
3631
"@typescript-eslint/no-unnecessary-qualifier": "error",
3732
"@typescript-eslint/no-unnecessary-type-assertion": "error",
3833
"@typescript-eslint/no-useless-constructor": "error",
3934
"@typescript-eslint/no-var-requires": "off",
4035
"@typescript-eslint/prefer-for-of": "warn",
4136
"@typescript-eslint/prefer-function-type": "warn",
4237
"@typescript-eslint/prefer-includes": "error",
43-
"@typescript-eslint/prefer-interface": "error",
4438
"@typescript-eslint/prefer-string-starts-ends-with": "error",
4539
"@typescript-eslint/promise-function-async": "off",
4640
"@typescript-eslint/require-array-sort-compare": "error",

0 commit comments

Comments
 (0)