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