From 0848872d91e41ff9189c5998bd43202ecaaa1b86 Mon Sep 17 00:00:00 2001 From: Deyaaeldeen Almahallawi Date: Mon, 22 Nov 2021 14:06:15 -0800 Subject: [PATCH] [ESLint Plugin] Fix list of rules --- common/tools/eslint-plugin-azure-sdk/tests/plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/common/tools/eslint-plugin-azure-sdk/tests/plugin.ts b/common/tools/eslint-plugin-azure-sdk/tests/plugin.ts index 541d82be7d70..35b82be8c382 100644 --- a/common/tools/eslint-plugin-azure-sdk/tests/plugin.ts +++ b/common/tools/eslint-plugin-azure-sdk/tests/plugin.ts @@ -39,7 +39,6 @@ const ruleList = [ "ts-naming-options", "ts-naming-subclients", "ts-no-const-enums", - "ts-no-namespaces", "ts-no-window", "ts-package-json-author", "ts-package-json-bugs",