mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 20:50:13 +08:00
18 lines
250 B
JSON
18 lines
250 B
JSON
|
{
|
||
|
"extends": "../../../tslint.json",
|
||
|
"rules": {
|
||
|
"directive-selector": [
|
||
|
true,
|
||
|
"attribute",
|
||
|
"lib",
|
||
|
"camelCase"
|
||
|
],
|
||
|
"component-selector": [
|
||
|
true,
|
||
|
"element",
|
||
|
"lib",
|
||
|
"kebab-case"
|
||
|
]
|
||
|
}
|
||
|
}
|