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.
import/no-unassigned-import
1 parent b12ce48 commit 2c23d3bCopy full SHA for 2c23d3b
src/import.js
@@ -15,7 +15,6 @@ module.exports = {
15
'import/no-mutable-exports': 'error',
16
'import/no-named-as-default': 'error',
17
'import/no-named-as-default-member': 'error',
18
- 'import/no-unassigned-import': 'error',
19
'import/no-unresolved': 'error',
20
'import/no-webpack-loader-syntax': 'error',
21
'import/order': [
0 commit comments