@@ -96,7 +96,6 @@ Create the following `tslint.json` file like:
96
96
{
97
97
"extends" : [" codelyzer" ],
98
98
"rules" : {
99
- "angular-whitespace" : [true , " check-interpolation" , " check-semicolon" ],
100
99
"banana-in-box" : true ,
101
100
"templates-no-negated-async" : true ,
102
101
"directive-selector" : [true , " attribute" , " sg" , " camelCase" ],
@@ -158,7 +157,6 @@ Now create the following `tslint.json` file where your `node_modules` directory
158
157
{
159
158
"rulesDirectory" : [" node_modules/codelyzer" ],
160
159
"rules" : {
161
- "angular-whitespace" : [true , " check-interpolation" , " check-semicolon" ],
162
160
"banana-in-box" : true ,
163
161
"templates-no-negated-async" : true ,
164
162
"directive-selector" : [true , " attribute" , " sg" , " camelCase" ],
@@ -264,8 +262,6 @@ Below you can find a recommended configuration which is based on the [Angular St
264
262
" directive-selector" : [true , " attribute" , [" dir-prefix1" , " dir-prefix2" ], " camelCase" ],
265
263
" component-selector" : [true , " element" , [" cmp-prefix1" , " cmp-prefix2" ], " kebab-case" ],
266
264
267
- " angular-whitespace" : [true , " check-interpolation" , " check-semicolon" ],
268
-
269
265
" use-input-property-decorator" : true ,
270
266
" use-output-property-decorator" : true ,
271
267
" use-host-property-decorator" : true ,
0 commit comments