From 21bb2160c8ac8da4638034d66f8d1871ea2d5e8a Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:14:08 -0700 Subject: [PATCH] Move @typescript-eslint/no-namespace to disabled list (#55180) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3de10f412337a..89a200bf8fede 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -84,6 +84,7 @@ "@typescript-eslint/class-literal-property-style": "off", "@typescript-eslint/consistent-indexed-object-style": "off", "@typescript-eslint/no-duplicate-enum-values": "off", + "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-namespace": "off", "@typescript-eslint/no-non-null-asserted-optional-chain": "off", "@typescript-eslint/no-var-requires": "off", @@ -106,7 +107,6 @@ "no-useless-escape": "off", "prefer-rest-params": "off", "prefer-spread": "off", - "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-unused-vars": "off", // Pending https://github.com/typescript-eslint/typescript-eslint/issues/4820