Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 12b7eef

Browse files
cyrilletuziclydin
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 b1e569d commit 12b7eef

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

Lines changed: 0 additions & 1 deletion
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)