Skip to content

Commit 0ed079f

Browse files
stschakemgechev
authored andcommitted
doc(readme): don't recommend deprecated angular-whitespace (#733)
Since angular-whitespace was deprecated and has known issues that won't be fixed, we should not recommend it in a default configuration.
1 parent 4863d8d commit 0ed079f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ Create the following `tslint.json` file like:
9696
{
9797
"extends": ["codelyzer"],
9898
"rules": {
99-
"angular-whitespace": [true, "check-interpolation", "check-semicolon"],
10099
"banana-in-box": true,
101100
"templates-no-negated-async": true,
102101
"directive-selector": [true, "attribute", "sg", "camelCase"],
@@ -158,7 +157,6 @@ Now create the following `tslint.json` file where your `node_modules` directory
158157
{
159158
"rulesDirectory": ["node_modules/codelyzer"],
160159
"rules": {
161-
"angular-whitespace": [true, "check-interpolation", "check-semicolon"],
162160
"banana-in-box": true,
163161
"templates-no-negated-async": true,
164162
"directive-selector": [true, "attribute", "sg", "camelCase"],
@@ -264,8 +262,6 @@ Below you can find a recommended configuration which is based on the [Angular St
264262
"directive-selector": [true, "attribute", ["dir-prefix1", "dir-prefix2"], "camelCase"],
265263
"component-selector": [true, "element", ["cmp-prefix1", "cmp-prefix2"], "kebab-case"],
266264

267-
"angular-whitespace": [true, "check-interpolation", "check-semicolon"],
268-
269265
"use-input-property-decorator": true,
270266
"use-output-property-decorator": true,
271267
"use-host-property-decorator": true,

0 commit comments

Comments
 (0)