check PascalCase enum

This commit is contained in:
Eugenio Romano
2018-02-02 16:54:25 +00:00
parent 78c6a68e51
commit f72d388076

View File

@@ -161,7 +161,10 @@
"adf",
"kebab-case"
],
"ordered-imports": false,
"naming-convention": [
{"type": "enumMember", "format": "PascalCase"}
],
"ordered-imports": false,
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": false,