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 a68654c commit cd0e0a3Copy full SHA for cd0e0a3
eslint.config.mjs
@@ -13,7 +13,7 @@ export default [
13
"@typescript-eslint/ban-ts-comment": "warn",
14
"@typescript-eslint/no-empty-object-type": "warn",
15
"@typescript-eslint/no-explicit-any": "off",
16
- "@typescript-eslint/no-namespace": "warn",
+ "@typescript-eslint/no-namespace": ["error", { allowDeclarations: true }],
17
"@typescript-eslint/no-require-imports": "off",
18
"@typescript-eslint/no-unsafe-function-type": "warn",
19
"@typescript-eslint/no-unused-vars": "warn",
0 commit comments