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.
2 parents d3f95db + 4682649 commit 8d29cd8Copy full SHA for 8d29cd8
eslint.config.mjs
@@ -53,6 +53,7 @@ export default defineConfig([globalIgnores([
53
}],
54
55
"@typescript-eslint/no-explicit-any": "off",
56
+ "@typescript-eslint/no-require-imports": "off",
57
"eol-last": ["error", "always"],
58
"no-trailing-spaces": "error",
59
"space-before-blocks": ["error", "always"],
0 commit comments