From 326b4c0d4a0dd6aa21fdfa8bf6cc9e3f89603467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Helstr=C3=B8m?= Date: Tue, 3 May 2016 09:58:12 +0200 Subject: [PATCH] Remove duplicate no-duplicate --- es6.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/es6.js b/es6.js index be464f4852..5c19023c6e 100644 --- a/es6.js +++ b/es6.js @@ -48,10 +48,6 @@ module.exports = { // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/export.md 'import/export': 2, - // disallow duplicate imports - // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-duplicates.md - 'import/no-duplicates': 2, - // disallow non-import statements appearing before import statements // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/imports-first.md 'import/imports-first': 2,