next-ucap-messenger/projects/ucap-webmessenger-api-prompt/tslint.json

8 lines
209 B
JSON
Raw Normal View History

{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "ucapApiPrompt", "camelCase"],
"component-selector": [true, "element", "ucap-api-prompt", "kebab-case"]
}
}