diff --git a/common/tools/eslint-plugin-azure-sdk/src/rules/index.ts b/common/tools/eslint-plugin-azure-sdk/src/rules/index.ts index 4cc4fcde15bb..e27a8b4ca41c 100644 --- a/common/tools/eslint-plugin-azure-sdk/src/rules/index.ts +++ b/common/tools/eslint-plugin-azure-sdk/src/rules/index.ts @@ -85,7 +85,6 @@ export = { "ts-no-namespaces": tsNoNamespaces, "ts-no-window": tsNoWindow, "ts-package-json-author": tsPackageJsonAuthor, - "ts-package-json-sdktype": tsPackageJsonSdkType, "ts-package-json-bugs": tsPackageJsonBugs, "ts-package-json-engine-is-present": tsPackageJsonEngineIsPresent, "ts-package-json-files-required": tsPackageJsonFilesRequired, @@ -97,6 +96,7 @@ export = { "ts-package-json-name": tsPackageJsonName, "ts-package-json-repo": tsPackageJsonRepo, "ts-package-json-required-scripts": tsPackageJsonRequiredScripts, + "ts-package-json-sdktype": tsPackageJsonSdkType, "ts-package-json-sideeffects": tsPackageJsonSideEffects, "ts-package-json-types": tsPackageJsonTypes, "ts-pagination-list": tsPaginationList, diff --git a/common/tools/eslint-plugin-azure-sdk/tests/plugin.ts b/common/tools/eslint-plugin-azure-sdk/tests/plugin.ts index 97aea3794348..541d82be7d70 100644 --- a/common/tools/eslint-plugin-azure-sdk/tests/plugin.ts +++ b/common/tools/eslint-plugin-azure-sdk/tests/plugin.ts @@ -42,7 +42,6 @@ const ruleList = [ "ts-no-namespaces", "ts-no-window", "ts-package-json-author", - "ts-package-json-sdktype", "ts-package-json-bugs", "ts-package-json-engine-is-present", "ts-package-json-files-required",