mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* moved tool bar * moved info drawer * moved appextension service * moved pagination service * Fix imports * * fixed lints * * fixed space * added travis configuration * * comments fixed * * comments fixed * * lint fixed Co-authored-by: dhrn <dharan.g@muraai.com>
8 lines
201 B
JSON
8 lines
201 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [true, "attribute", "aca", "app", "camelCase"],
|
|
"component-selector": [true, "element", "aca", "app", "kebab-case"]
|
|
}
|
|
}
|