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 3dc4748 commit bd26de0Copy full SHA for bd26de0
.eslintrc.json
@@ -19,15 +19,10 @@
19
"plugins": ["@typescript-eslint"],
20
"extends": ["plugin:@typescript-eslint/recommended"],
21
"rules": {
22
- "@typescript-eslint/no-unused-vars": 0,
23
- "@typescript-eslint/no-explicit-any": 0,
24
"@typescript-eslint/ban-ts-comment": 0,
25
- "@typescript-eslint/ban-types": [
26
- 1,
27
- { "extendDefaults": true, "types": { "Function": false } }
28
- ],
29
- "@typescript-eslint/no-empty-function": 0,
30
- "@typescript-eslint/member-ordering": 0,
+ "@typescript-eslint/ban-types": 1,
+ "@typescript-eslint/no-empty-function": 1,
+ "@typescript-eslint/member-ordering": 1,
31
"@typescript-eslint/explicit-member-accessibility": [
32
1,
33
{
0 commit comments