File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 34
34
"triple-equals" : true ,
35
35
"variable-name" : false ,
36
36
37
+ "directive-selector-name" : [true , " camelCase" ],
37
38
"component-selector-name" : [true , " kebab-case" ],
39
+ "directive-selector-type" : [true , " attribute" ],
38
40
"component-selector-type" : [true , " element" ],
39
- "use-host-property-decorator" : true ,
40
41
"use-input-property-decorator" : true ,
41
42
"use-output-property-decorator" : true ,
42
- "no-attribute-parameter -decorator" : true ,
43
+ "use-host-property -decorator" : true ,
43
44
"no-input-rename" : true ,
44
- "no-output-rename" : true
45
+ "no-output-rename" : true ,
46
+ "use-life-cycle-interface" : true ,
47
+ "use-pipe-transform-interface" : true ,
48
+ "component-class-suffix" : true ,
49
+ "directive-class-suffix" : true
45
50
}
46
51
}
You can’t perform that action at this time.
0 commit comments