Turn off import/no-named-as-default rule

This commit is contained in:
Lars Strojny 2022-12-13 12:14:56 +01:00
parent 5243d8c68c
commit 5907f57339
No known key found for this signature in database
GPG key ID: 887416A2AD3B0CA9

View file

@ -19,6 +19,7 @@ module.exports = {
'import/no-default-export': 'error',
'import/no-namespace': 'error',
'import/no-useless-path-segments': 'error',
'import/no-named-as-default': 0,
'no-duplicate-imports': 'error',
},
overrides: [