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 3f4178d commit ff765d5Copy full SHA for ff765d5
eslint.config.mjs
@@ -43,6 +43,7 @@ export default [
43
rules: {
44
...typescriptEslint.configs.recommended.rules,
45
"@typescript-eslint/no-explicit-any": "off",
46
+ "@typescript-eslint/triple-slash-reference": "off",
47
},
48
49
{
0 commit comments