next-ucap-messenger/electron-projects/ucap-webmessenger-electron-notification/tslint.json

18 lines
291 B
JSON
Raw Normal View History

2019-11-09 08:29:02 +00:00
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"ucapElectronNotification",
"camelCase"
],
"component-selector": [
true,
"element",
"ucap-electron-notification",
"kebab-case"
]
}
}