Skip to content

Commit da188e5

Browse files
marioneblsindresorhus
authored andcommitted
Don't trigger duplication errors for Flow type imports (#193)
1 parent cb63c5f commit da188e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/plugins.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ module.exports = {
4848
'import/no-webpack-loader-syntax': 'error',
4949
'import/newline-after-import': 'error',
5050
'import/no-amd': 'error',
51+
'import/no-duplicates': 'error',
5152
// enable this sometime in the future when Node.js has ES2015 module support
5253
// 'import/unambiguous': 'error',
5354
// enable this sometime in the future when Node.js has ES2015 module support

0 commit comments

Comments
 (0)