feat(ts): ban namespace in ts file (#166)
This commit is contained in:
parent
78b405f91a
commit
9fde0f404f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user