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 e7a36d3 commit 6267205Copy full SHA for 6267205
.eslintrc
@@ -30,6 +30,7 @@
30
}],
31
"valid-jsdoc": "warn",
32
"semi": ["error", "always"],
33
- "quotes": ["error", "double", { "allowTemplateLiterals": true }]
+ "quotes": ["error", "double", { "allowTemplateLiterals": true }],
34
+ "@typescript-eslint/no-explicit-any": "off"
35
}
36
0 commit comments