Skip to content

Commit

Permalink
Disable @typescript-eslint/no-namespace
Browse files Browse the repository at this point in the history
Issue added to re-enable:

- #402
  • Loading branch information
karlhorky committed Jul 18, 2024
1 parent 449e1da commit 2e1673d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,11 @@ const configArray = [
],
// Warn on usage of TypeScript namespaces
// https://typescript-eslint.io/rules/no-namespace/
'@typescript-eslint/no-namespace': 'warn',
//
// TODO: Enable when better globalThis module augmentation
// option available
// https://github.com/upleveled/eslint-config-upleveled/issues/402
// '@typescript-eslint/no-namespace': 'warn',
// Error on usage of non-null assertions after optional
// chaining expressions
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
Expand Down

0 comments on commit 2e1673d

Please sign in to comment.