Skip to content

Commit

Permalink
Merge pull request #1374 from bndkt/patch-1
Browse files Browse the repository at this point in the history
Remove no-use-before-declare from tslint.json
  • Loading branch information
bkendall committed Jun 7, 2019
2 parents 8cd088b + b50481d commit 3264213
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/init/functions/typescript/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
// Disallow control flow statements, such as return, continue, break, and throw in finally blocks.
"no-unsafe-finally": true,

// Do not allow variables to be used before they are declared.
"no-use-before-declare": true,

// Expressions must always return a value. Avoids common errors like const myValue = functionReturningVoid();
"no-void-expression": [true, "ignore-arrow-function-shorthand"],

Expand Down

0 comments on commit 3264213

Please sign in to comment.