Skip to content

Commit

Permalink
Remove no-unused-variable from recommended config (palantir#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Nov 20, 2016
1 parent 5128ef5 commit 3b5e893
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/configs/recommended.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export const rules = {
"no-unsafe-finally": true,
"no-unused-expression": true,
"no-unused-new": true,
// deprecated as of v4.0
"no-unused-variable": false,
// disable this rule as it is very heavy performance-wise and not that useful
"no-use-before-declare": false,
"no-var-keyword": true,
Expand Down

0 comments on commit 3b5e893

Please sign in to comment.