[eslint-plugin-azure-sdk] Rule "@azure/azure-sdk/ts-no-namespaces" is redundant #8717
Labels
Client
This issue points to a problem in the data-plane of the library.
eslint plugin
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
There is already a rule in
typescript-eslint
for this purpose, so we don't need our own custom rule for it.We can remove
src/rules/ts-no-namespaces.ts
fromcommon/tools/eslint-plugin-azure-sdk
and update the base config to usetypescript-eslint/no-namespace
instead. We'll need to make sure that the linter works with all packages afterwards (rush lint
).See the docs on the typescript-eslint repo.
The text was updated successfully, but these errors were encountered: