[eslint config] [base] disable no-duplicate-imports rule - obsoleted by import/no-duplicates.

Closes #1188. Closes #1195. Closes #1054.
This commit is contained in:
Jordan Harband
2016-12-11 23:03:53 -08:00
parent e037d29b93
commit 4a005b1322

View File

@@ -55,7 +55,8 @@ module.exports = {
// disallow importing from the same path more than once
// http://eslint.org/docs/rules/no-duplicate-imports
'no-duplicate-imports': 'error',
// replaced by https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-duplicates.md
'no-duplicate-imports': 'off',
// disallow symbol constructor
// http://eslint.org/docs/rules/no-new-symbol