@@ -100,7 +100,7 @@ Create the following `tslint.json` file like:
100
100
"max-inline-declarations" : true ,
101
101
"prefer-output-readonly" : true ,
102
102
"no-conflicting-life-cycle-hooks" : true ,
103
- "enforce-component-selector: true,
103
+ "enforce-component-selector" : true ,
104
104
"use-input-property-decorator" : true ,
105
105
"use-output-property-decorator" : true ,
106
106
"use-host-property-decorator" : true ,
@@ -158,7 +158,7 @@ Now create the following `tslint.json` file where your `node_modules` directory
158
158
"max-inline-declarations" : true ,
159
159
"prefer-output-readonly" : true ,
160
160
"no-conflicting-life-cycle-hooks" : true ,
161
- "enforce-component-selector: true,
161
+ "enforce-component-selector" : true ,
162
162
"use-input-property-decorator" : true ,
163
163
"use-output-property-decorator" : true ,
164
164
"use-host-property-decorator" : true ,
@@ -268,7 +268,7 @@ Below you can find a recommended configuration which is based on the [Angular St
268
268
" max-inline-declarations" : true ,
269
269
" prefer-output-readonly" : true ,
270
270
" no-conflicting-life-cycle-hooks" : true ,
271
- " enforce-component-selector: true,
271
+ " enforce-component-selector" : true ,
272
272
273
273
// [ENABLED, "SUFFIX"]
274
274
// Where "SUFFIX" is your custom suffix, for instance "Page" for Ionic 2 components.
0 commit comments