next-ucap-messenger/electron-projects/ucap-webmessenger-electron-notification/tslint.json
2019-11-11 15:53:39 +09:00

18 lines
291 B
JSON

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