We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d695a7 commit 0893896Copy full SHA for 0893896
.eslintrc.js
@@ -140,6 +140,7 @@ module.exports = {
140
'import/no-dynamic-require': 'error',
141
'import/no-useless-path-segments': 'error',
142
'import/no-duplicates': 'error',
143
+ 'import/no-default-export': 'error',
144
145
// JSDoc
146
'jsdoc/require-returns': 'off',
@@ -423,6 +424,7 @@ module.exports = {
423
424
'@typescript-eslint/explicit-member-accessibility': 'off',
425
'unicorn/prevent-abbreviations': 'off',
426
'id-length': 'off',
427
+ 'import/no-default-export': 'off',
428
},
429
430
{
0 commit comments