Skip to content

Commit

Permalink
fix(@schematics/angular): set proper severity of the tslint deprecati…
Browse files Browse the repository at this point in the history
…on rule
  • Loading branch information
mgechev authored and vikerman committed Jun 27, 2019
1 parent 8d4ad9b commit 476c98c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"array-type": false,
"arrow-parens": false,
"deprecation": {
"severity": "warn"
"severity": "warning"
},
"import-blacklist": [
true,
Expand Down Expand Up @@ -77,4 +77,4 @@
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true
}
}
}

0 comments on commit 476c98c

Please sign in to comment.