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.
no-duplicate-imports
import/no-duplicates
1 parent e037d29 commit 4a005b1Copy full SHA for 4a005b1
packages/eslint-config-airbnb-base/rules/es6.js
@@ -55,7 +55,8 @@ module.exports = {
55
56
// disallow importing from the same path more than once
57
// http://eslint.org/docs/rules/no-duplicate-imports
58
- 'no-duplicate-imports': 'error',
+ // replaced by https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-duplicates.md
59
+ 'no-duplicate-imports': 'off',
60
61
// disallow symbol constructor
62
// http://eslint.org/docs/rules/no-new-symbol
0 commit comments