Skip to content

Commit

Permalink
Enable no-use-before-declare
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Feb 12, 2017
1 parent e642e36 commit a89221e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = {
'no-eval': true,
'no-switch-case-fall-through': true,
'no-unused-expression': [true, 'allow-fast-null-checks'],
'no-use-before-declare': true,
'no-var-keyword': true,
'radix': true,
'triple-equals': [
Expand Down

0 comments on commit a89221e

Please sign in to comment.