18 lines
272 B
JSON
Raw Normal View History

2019-12-24 11:41:50 +09:00
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"ucapEnviroments",
"camelCase"
],
"component-selector": [
true,
"element",
"ucap-enviroments",
"kebab-case"
]
}
}