Updated versions

This commit is contained in:
Finn 2019-07-02 16:46:20 +01:00
parent e7d2038041
commit 0c43962f47
No known key found for this signature in database
GPG key ID: 7455B4B17685B598
10 changed files with 5981 additions and 7796 deletions

View file

@ -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,