Skip to content

Commit 21d205e

Browse files
cyrilletuzihansl
authored andcommitted
fix(@schematics/angular): revert breaking angular-whitespace new lint rule
While updating to Codelyzer 4.0, #257 also added a new `angular-whitespace` rule. This must be reverted because : - it is a breaking change : existing project are now failing on lint ; - it is opinionated (it is not in official Angular style guide) and so should not be forced ; - it is the contrary of what is done in the official Angular doc and in the style guide itself.
1 parent ec3d41b commit 21d205e

File tree

1 file changed

+0
-1
lines changed
  • packages/schematics/angular/application/files

1 file changed

+0
-1
lines changed

packages/schematics/angular/application/files/tslint.json

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130
"<%= prefix %>",
131131
"kebab-case"
132132
],
133-
"angular-whitespace": [true, "check-interpolation"],
134133
"no-output-on-prefix": true,
135134
"use-input-property-decorator": true,
136135
"use-output-property-decorator": true,

0 commit comments

Comments
 (0)