Skip to content

Commit

Permalink
Enable import/no-anonymous-default-export and `import/no-named-defa…
Browse files Browse the repository at this point in the history
…ult` (#472)
  • Loading branch information
fregante committed Jun 3, 2020
1 parent 6a05691 commit 1240dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/plugins.js
Expand Up @@ -181,6 +181,8 @@ module.exports = {
}
],
'import/no-absolute-path': 'error',
'import/no-anonymous-default-export': 'error',
'import/no-named-default': 'error',
'import/no-webpack-loader-syntax': 'error',
'import/no-self-import': 'error',

Expand Down

0 comments on commit 1240dd2

Please sign in to comment.