Skip to content

Commit

Permalink
Disallow repeated exports of names or defaults (import/export)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Mar 2, 2017
1 parent b174d83 commit 79c079b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -173,6 +173,7 @@
"yield-star-spacing": ["error", "both"],
"yoda": ["error", "never"],

"import/export": "error",
"import/no-duplicates": "error",

"promise/param-names": "error",
Expand Down

0 comments on commit 79c079b

Please sign in to comment.