File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Below you can find a recommended configuration which is based on the [Angular 2
8
8
9
9
``` json
10
10
{
11
- "directive-selector-name" : " camelCase" ,
12
- "component-selector-name" : " kebab-case" ,
13
- "directive-selector-type" : " attribute" ,
14
- "component-selector-type" : " element" ,
15
- "directive-selector-prefix" : " sg" ,
16
- "component-selector-prefix" : " sg" ,
11
+ "directive-selector-name" : [ true , " camelCase" ] ,
12
+ "component-selector-name" : [ true , " kebab-case" ] ,
13
+ "directive-selector-type" : [ true , " attribute" ] ,
14
+ "component-selector-type" : [ true , " element" ] ,
15
+ "directive-selector-prefix" : [ true , " sg" ] ,
16
+ "component-selector-prefix" : [ true , " sg" ] ,
17
17
"host-parameter-decorator" : true ,
18
18
"input-parameter-decorator" : true ,
19
19
"output-parameter-decorator" : true
You can’t perform that action at this time.
0 commit comments