backend/projects/ui-information/tslint.json

18 lines
268 B
JSON
Raw Permalink Normal View History

2019-11-07 12:15:26 +00:00
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"uiInformation",
"camelCase"
],
"component-selector": [
true,
"element",
"ui-information",
"kebab-case"
]
}
}