Skip to content

Commit

Permalink
feat(ts): ban namespace in ts file (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Apr 10, 2023
1 parent 78b405f commit 9fde0f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config-ts/index.js
Expand Up @@ -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',
Expand Down

0 comments on commit 9fde0f4

Please sign in to comment.