Skip to content

Commit

Permalink
🔧 disable tslint no-unused-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hgwood committed Jul 30, 2018
1 parent 1fd94c9 commit 065121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"unified-signatures": {"severity": "warning"},

// Warns if code has an import or variable that is unused.
"no-unused-variable": {"severity": "warning"},
"no-unused-variable": {"severity": "off"},

// Prefer const for values that will not change. This better documents code.
"prefer-const": {"severity": "warning"},
Expand Down

0 comments on commit 065121c

Please sign in to comment.