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 f30d382 commit 4c40038Copy full SHA for 4c40038
package.json
@@ -105,14 +105,9 @@
105
"rules": {
106
"@typescript-eslint/no-var-requires": 0,
107
"@typescript-eslint/ban-ts-ignore": 0,
108
- "@typescript-eslint/no-inferrable-types": ["warn"],
109
- "@typescript-eslint/no-empty-function": ["warn"],
110
- "@typescript-eslint/no-this-alias": ["warn"],
111
"@typescript-eslint/no-use-before-define": 0,
112
- "@typescript-eslint/array-type": ["warn"],
113
"@typescript-eslint/no-explicit-any": 0,
114
"@typescript-eslint/explicit-function-return-type": 0,
115
- "@typescript-eslint/interface-name-prefix": 0,
116
"@typescript-eslint/explicit-member-accessibility": 0
117
},
118
"ignorePatterns": ["build/", "node_modules/"]
0 commit comments