Skip to content

Commit

Permalink
feat: Update tslint rules. See PR #98.
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMadej committed Dec 22, 2018
1 parent 85151bf commit 4dc85da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"variable-declaration": "nospace"
}
],
"typeof-compare": true,
"unified-signatures": true,
"variable-name": false,
"whitespace": [
Expand All @@ -104,9 +103,6 @@
"use-life-cycle-interface": true,
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true,
"no-access-missing-member": true,
"templates-use-public": true,
"invoke-injectable": true
"directive-class-suffix": true
}
}

0 comments on commit 4dc85da

Please sign in to comment.