mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* separate project for about extension * move components to the about project * remove about from the app * update travis * fix lint
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"
|
|
]
|
|
}
|
|
}
|