Skip to content

Commit

Permalink
Remove deprecated no-unused-variable rule (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Robeson authored and blakeembrey committed Jul 29, 2018
1 parent d3f530e commit 1a99e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tslint.js
Expand Up @@ -34,7 +34,6 @@ module.exports = {
'no-return-await': true,
'no-switch-case-fall-through': true,
'no-unused-expression': [true, 'allow-fast-null-checks', 'allow-tagged-template'],
'no-unused-variable': [true, { 'ignore-pattern': '^_' }],
'no-use-before-declare': true,
'no-var-keyword': true,
'radix': true,
Expand Down

0 comments on commit 1a99e55

Please sign in to comment.