mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* improve search test * fix * fix * fix * changes * modify * logout public URL * improve stability some e2e * fx lint * fix * fix * improve * fix * improve * fix * fix * fix * fix [skip ci] * fix * some fix [skip ci] * fix * fix lint * fix * fix * fix * fix * fix * fix * fix * fix * fix * convert C291893 in manual test case in testrail * fix * fix
19 lines
278 B
JSON
19 lines
278 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"no-floating-promises": true,
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
"lib",
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
"lib",
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|