Skip to content

Commit

Permalink
Remove duplicate no-duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
orhels committed May 3, 2016
1 parent cb6cc0f commit 326b4c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 326b4c0

Please sign in to comment.