Skip to content

Commit

Permalink
doc(readme): don't recommend deprecated angular-whitespace (mgechev#733)
Browse files Browse the repository at this point in the history
Since angular-whitespace was deprecated and has known issues that won't be fixed, we should not
recommend it in a default configuration.
  • Loading branch information
stschake authored and mgechev committed Jan 15, 2019
1 parent 4863d8d commit 0ed079f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ Create the following `tslint.json` file like:
{
"extends": ["codelyzer"],
"rules": {
"angular-whitespace": [true, "check-interpolation", "check-semicolon"],
"banana-in-box": true,
"templates-no-negated-async": true,
"directive-selector": [true, "attribute", "sg", "camelCase"],
Expand Down Expand Up @@ -158,7 +157,6 @@ Now create the following `tslint.json` file where your `node_modules` directory
{
"rulesDirectory": ["node_modules/codelyzer"],
"rules": {
"angular-whitespace": [true, "check-interpolation", "check-semicolon"],
"banana-in-box": true,
"templates-no-negated-async": true,
"directive-selector": [true, "attribute", "sg", "camelCase"],
Expand Down Expand Up @@ -264,8 +262,6 @@ Below you can find a recommended configuration which is based on the [Angular St
"directive-selector": [true, "attribute", ["dir-prefix1", "dir-prefix2"], "camelCase"],
"component-selector": [true, "element", ["cmp-prefix1", "cmp-prefix2"], "kebab-case"],

"angular-whitespace": [true, "check-interpolation", "check-semicolon"],

"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": true,
Expand Down

0 comments on commit 0ed079f

Please sign in to comment.