Skip to content
This repository has been archived by the owner on Apr 12, 2020. It is now read-only.

Commit

Permalink
Removed deprecated tslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
donmahallem committed Sep 23, 2019
1 parent 60b5ab4 commit c418aa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"no-trailing-whitespace": true,
"no-unnecessary-initializer": true,
"no-unused-expression": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"one-line": [
Expand Down Expand Up @@ -128,4 +127,4 @@
"component-class-suffix": true,
"directive-class-suffix": true
}
}
}

0 comments on commit c418aa1

Please sign in to comment.