Skip to content

Commit

Permalink
Upgraded tslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 18, 2017
1 parent 3c8aff1 commit e4293af
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,7 @@
"no-reference": true,
"no-var-requires": true,
"prefer-for-of": true,
"typedef": [
true,
"call-signature",
"arrow-call-signature",
"parameter",
"arrow-parameter",
"property-declaration",
"variable-declaration",
"member-variable-declaration",
"object-destructuring",
"array-destructuring"
],
"typedef": false,
"typedef-whitespace": [
true,
{
Expand Down

0 comments on commit e4293af

Please sign in to comment.