Skip to content

Commit

Permalink
add no-unused-variable in tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamjajoo committed Jul 26, 2021
1 parent 59078a7 commit b0da28c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend_v2/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"no-switch-case-fall-through": true,
"no-unnecessary-initializer": true,
"no-unused-expression": true,
"no-unused-variable": true,
"noUnusedLocals": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
Expand Down

0 comments on commit b0da28c

Please sign in to comment.