ngx-data-ui/projects/poweredsoft/ngx-cdk-ui/tslint.json

18 lines
248 B
JSON
Raw Normal View History

2020-06-04 18:35:06 -04:00
{
"extends": "../../../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"ps",
"camelCase"
],
"component-selector": [
true,
"element",
"ps",
"kebab-case"
]
}
}