Skip to content

Commit

Permalink
feat(rules): no-useless-rename no-param-reassign, BREAKING CHANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Mar 4, 2020
1 parent 891e7f0 commit 71c0511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"no-new-wrappers": 2,
"no-octal": 2,
"no-octal-escape": 2,
"no-param-reassign": 2,
"no-path-concat": 2,
"no-proto": 2,
"no-redeclare": 2,
Expand All @@ -75,6 +76,7 @@
"no-trailing-spaces": 2,
"no-use-before-define": [2, {"functions": false}],
"no-useless-call": 2,
"no-useless-rename": 2,
"no-useless-return": 2,
"no-undef": 2,
"no-unexpected-multiline": 2,
Expand Down

0 comments on commit 71c0511

Please sign in to comment.