ngx-data-ui/projects/poweredsoft/ng-select/tslint.json
2020-07-06 12:21:52 -05:00

18 lines
250 B
JSON

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