chore: disable import/namespace ESLint rule in TS source

This commit is contained in:
Simen Bekkhus 2023-10-03 09:21:12 +02:00
parent 46e6ed8c59
commit 813f23184e
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ module.exports = {
// TODO: part of "stylistic" rules, remove explicit activation when that lands
'@typescript-eslint/no-empty-function': 'error',
'@typescript-eslint/no-empty-interface': 'error',
// not needed to be enforced for TS
'import/namespace': 'off',
},
},
{