mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* [ACS-5016] [E2E] delete actions migrated to playwright * [ACS-5016] sonar fix 1 * [ACS-5016] sonar fix 2 * [ACS-5016] upload.effects.spec.ts reverted * [ACS-5016] upload-file.test.ts reverted * [ACS-5016] review fix 1
27 lines
464 B
JSON
27 lines
464 B
JSON
{
|
|
"extends": "../../../.eslintrc.json",
|
|
"ignorePatterns": [
|
|
"!**/*"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.ts"
|
|
],
|
|
"parserOptions": {
|
|
"project": [
|
|
"e2e/playwright/delete-actions/tsconfig.e2e.json"
|
|
],
|
|
"createDefaultProgram": true
|
|
},
|
|
"plugins": [
|
|
"rxjs",
|
|
"unicorn"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|