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",
|
||||
"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,
|
||||
|
Reference in New Issue
Block a user