mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
* [ACS-5923] sidenav and singleclick test * [ACS-5923] remove protractor test and fix flaky test * [ACS-5923] test fix * [ACS-5639] fix exclude test in viewer * [ACS-5923] remove exclude test and fix test * [ACS-6066] viewer special permissions playwright test * [ACS-6066] viewer protractor test remove * [ACS-6066] viewer failed test fix * [ACS-5923] review changes added * [ACS-5923] fix error in script
27 lines
487 B
JSON
27 lines
487 B
JSON
{
|
|
"extends": "../../../.eslintrc.json",
|
|
"ignorePatterns": [
|
|
"!**/*"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.ts"
|
|
],
|
|
"parserOptions": {
|
|
"project": [
|
|
"e2e/playwright/special-permissions-actions-available/tsconfig.e2e.json"
|
|
],
|
|
"createDefaultProgram": true
|
|
},
|
|
"plugins": [
|
|
"rxjs",
|
|
"unicorn"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|