Skip to content

Commit 21bb216

Browse files
authored
Move @typescript-eslint/no-namespace to disabled list (#55180)
1 parent a6df6c0 commit 21bb216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"@typescript-eslint/class-literal-property-style": "off",
8585
"@typescript-eslint/consistent-indexed-object-style": "off",
8686
"@typescript-eslint/no-duplicate-enum-values": "off",
87+
"@typescript-eslint/no-empty-function": "off",
8788
"@typescript-eslint/no-namespace": "off",
8889
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
8990
"@typescript-eslint/no-var-requires": "off",
@@ -106,7 +107,6 @@
106107
"no-useless-escape": "off",
107108
"prefer-rest-params": "off",
108109
"prefer-spread": "off",
109-
"@typescript-eslint/no-empty-function": "off",
110110
"@typescript-eslint/no-unused-vars": "off",
111111

112112
// Pending https://github.com/typescript-eslint/typescript-eslint/issues/4820

0 commit comments

Comments
 (0)