mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
18 lines
293 B
JSON
18 lines
293 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
["lib", "aca", "app", "adf"],
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
["lib", "aca", "app", "adf"],
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|