18 lines
279 B
JSON
18 lines
279 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
"ucapNativeElectron",
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
"ucap-native-electron",
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|