Skip to content

Commit

Permalink
Disallow renaming import, export, and destructured assignments to the…
Browse files Browse the repository at this point in the history
… same name (no-useless-rename)

Fixes standard/standard#537
  • Loading branch information
feross committed Jul 12, 2016
1 parent e5e37a9 commit ad75d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -119,6 +119,7 @@
"no-useless-computed-key": 2,
"no-useless-constructor": 2,
"no-useless-escape": 2,
"no-useless-rename": 2,
"no-whitespace-before-property": 2,
"no-with": 2,
"one-var": [2, { "initialized": "never" }],
Expand Down

0 comments on commit ad75d1f

Please sign in to comment.