SuiteCRM-Core/core/app/common/tslint.json
2021-03-30 19:22:45 +01:00

17 lines
250 B
JSON

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