mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
check PascalCase enum
This commit is contained in:
@@ -161,7 +161,10 @@
|
|||||||
"adf",
|
"adf",
|
||||||
"kebab-case"
|
"kebab-case"
|
||||||
],
|
],
|
||||||
"ordered-imports": false,
|
"naming-convention": [
|
||||||
|
{"type": "enumMember", "format": "PascalCase"}
|
||||||
|
],
|
||||||
|
"ordered-imports": false,
|
||||||
"use-input-property-decorator": true,
|
"use-input-property-decorator": true,
|
||||||
"use-output-property-decorator": true,
|
"use-output-property-decorator": true,
|
||||||
"use-host-property-decorator": false,
|
"use-host-property-decorator": false,
|
||||||
|
Reference in New Issue
Block a user