mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* viewer action files e2e migration * viewer action files e2e remove comment * review code fix * [ci:force] * [ACS-5650]viewer test with new user * remove commented code * login and logout playwright test * Update error message login.spec.ts
27 lines
464 B
JSON
27 lines
464 B
JSON
{
|
|
"extends": "../../../.eslintrc.json",
|
|
"ignorePatterns": [
|
|
"!**/*"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.ts"
|
|
],
|
|
"parserOptions": {
|
|
"project": [
|
|
"e2e/playwright/authentication/tsconfig.e2e.json"
|
|
],
|
|
"createDefaultProgram": true
|
|
},
|
|
"plugins": [
|
|
"rxjs",
|
|
"unicorn"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|