SuiteCRM-Core/core/app/common/tslint.json

18 lines
250 B
JSON
Raw Normal View History

2021-02-12 21:57:48 +00:00
{
"extends": "../../../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"lib",
"camelCase"
],
"component-selector": [
true,
"element",
"lib",
"kebab-case"
]
}
}