Skip to content

Commit

Permalink
Disallow redundant return statements (no-useless-return)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 9, 2017
1 parent ede0174 commit 58c8aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -134,6 +134,7 @@
"no-useless-constructor": "error",
"no-useless-escape": "error",
"no-useless-rename": "error",
"no-useless-return": "error",
"no-whitespace-before-property": "error",
"no-with": "error",
"object-property-newline": ["error", { "allowMultiplePropertiesPerLine": true }],
Expand Down

0 comments on commit 58c8aa6

Please sign in to comment.