Updated versions
This commit is contained in:
parent
e7d2038041
commit
0c43962f47
10 changed files with 5981 additions and 7796 deletions
|
@ -100,12 +100,12 @@
|
|||
|
||||
"directive-selector": [true, "attribute", "app", "camelCase"],
|
||||
"component-selector": [true, "element", ["app", "widget", "snippet", "panel"], "kebab-case"],
|
||||
"use-input-property-decorator": true,
|
||||
"use-output-property-decorator": true,
|
||||
"use-host-property-decorator": true,
|
||||
"no-inputs-metadata-property": true,
|
||||
"no-outputs-metadata-property": true,
|
||||
"no-host-metadata-property": true,
|
||||
"no-input-rename": true,
|
||||
"no-output-rename": true,
|
||||
"use-life-cycle-interface": true,
|
||||
"use-lifecycle-interface": true,
|
||||
"use-pipe-transform-interface": true,
|
||||
"component-class-suffix": [true, "Component", "Widget", "Panel"],
|
||||
"directive-class-suffix": true,
|
||||
|
|
Reference in a new issue