Skip to content

Commit

Permalink
fix(build): remove deprecated tslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jan 21, 2018
1 parent 9209ca2 commit 7577653
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 @@ -90,7 +90,6 @@
"variable-declaration": "nospace"
}
],
"typeof-compare": true,
"unified-signatures": true,
"variable-name": false,
"whitespace": [
Expand Down Expand Up @@ -121,9 +120,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 7577653

Please sign in to comment.