Skip to content

Commit cd0e0a3

Browse files
committed
turn on no-namespace rule
1 parent a68654c commit cd0e0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default [
1313
"@typescript-eslint/ban-ts-comment": "warn",
1414
"@typescript-eslint/no-empty-object-type": "warn",
1515
"@typescript-eslint/no-explicit-any": "off",
16-
"@typescript-eslint/no-namespace": "warn",
16+
"@typescript-eslint/no-namespace": ["error", { allowDeclarations: true }],
1717
"@typescript-eslint/no-require-imports": "off",
1818
"@typescript-eslint/no-unsafe-function-type": "warn",
1919
"@typescript-eslint/no-unused-vars": "warn",

0 commit comments

Comments
 (0)