18 lines
291 B
JSON
Raw Permalink Normal View History

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