feat(ts): ban namespace in ts file (#166)

This commit is contained in:
曾明健
2023-04-10 23:45:46 +08:00
committed by GitHub
parent 78b405f91a
commit 9fde0f404f

View File

@@ -170,7 +170,6 @@ module.exports = {
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/triple-slash-reference': 'off',
// handled by unused-imports/no-unused-imports
'@typescript-eslint/no-unused-vars': 'off',