ngx-data-ui/projects/poweredsoft/ngx-cdk-ui/tslint.json
2020-06-04 17:35:06 -05:00

18 lines
248 B
JSON

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