Skip to content

Commit

Permalink
Remove no-use-before-declare
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Sep 3, 2018
1 parent 33d0235 commit e09613a
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-use-before-declare': true,
'no-var-keyword': true,
'radix': true,
'space-within-parens': [true, 0],
Expand Down

0 comments on commit e09613a

Please sign in to comment.