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 cb63c5f commit da188e5Copy full SHA for da188e5
config/plugins.js
@@ -48,6 +48,7 @@ module.exports = {
48
'import/no-webpack-loader-syntax': 'error',
49
'import/newline-after-import': 'error',
50
'import/no-amd': 'error',
51
+ 'import/no-duplicates': 'error',
52
// enable this sometime in the future when Node.js has ES2015 module support
53
// 'import/unambiguous': 'error',
54
0 commit comments