mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* [ACS-6435] playwright e2e for list views personal files * e2e test for trash page * e2e test for trash page * e2e test for file-libraries page * e2e test for file-libraries page fix * e2e test for file-libraries page fix * e2e test shared recent page * e2e test shared recent page fix * e2e test review comment fix * e2e test review fix flaky test fix * e2e test fail test fix * e2e test fail fix * test code fix * protractor list-view test enable
27 lines
460 B
JSON
27 lines
460 B
JSON
{
|
|
"extends": "../../../.eslintrc.json",
|
|
"ignorePatterns": [
|
|
"!**/*"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.ts"
|
|
],
|
|
"parserOptions": {
|
|
"project": [
|
|
"e2e/playwright/list-views/tsconfig.e2e.json"
|
|
],
|
|
"createDefaultProgram": true
|
|
},
|
|
"plugins": [
|
|
"rxjs",
|
|
"unicorn"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|