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 a6df6c0 commit 21bb216Copy full SHA for 21bb216
.eslintrc.json
@@ -84,6 +84,7 @@
84
"@typescript-eslint/class-literal-property-style": "off",
85
"@typescript-eslint/consistent-indexed-object-style": "off",
86
"@typescript-eslint/no-duplicate-enum-values": "off",
87
+ "@typescript-eslint/no-empty-function": "off",
88
"@typescript-eslint/no-namespace": "off",
89
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
90
"@typescript-eslint/no-var-requires": "off",
@@ -106,7 +107,6 @@
106
107
"no-useless-escape": "off",
108
"prefer-rest-params": "off",
109
"prefer-spread": "off",
- "@typescript-eslint/no-empty-function": "off",
110
"@typescript-eslint/no-unused-vars": "off",
111
112
// Pending https://github.com/typescript-eslint/typescript-eslint/issues/4820
0 commit comments