We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da14fc3 commit 8bd5d17Copy full SHA for 8bd5d17
2 files changed
eslint.config.mjs
@@ -32,7 +32,9 @@ export default [
32
"@typescript-eslint/no-non-null-assertion": "off",
33
"@typescript-eslint/no-confusing-void-expression": "off",
34
"@typescript-eslint/consistent-type-definitions": "off",
35
+ "@typescript-eslint/consistent-indexed-object-style": "off",
36
"@typescript-eslint/prefer-return-this-type": "off",
37
+ "@typescript-eslint/unbound-method": "off",
38
"@typescript-eslint/restrict-template-expressions": [
39
"error",
40
{
0 commit comments