mirror of https://github.com/facebook/jest.git
chore: disable import/namespace ESLint rule in TS source
This commit is contained in:
parent
46e6ed8c59
commit
813f23184e
|
@ -66,6 +66,9 @@ module.exports = {
|
||||||
// TODO: part of "stylistic" rules, remove explicit activation when that lands
|
// TODO: part of "stylistic" rules, remove explicit activation when that lands
|
||||||
'@typescript-eslint/no-empty-function': 'error',
|
'@typescript-eslint/no-empty-function': 'error',
|
||||||
'@typescript-eslint/no-empty-interface': 'error',
|
'@typescript-eslint/no-empty-interface': 'error',
|
||||||
|
|
||||||
|
// not needed to be enforced for TS
|
||||||
|
'import/namespace': 'off',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue