mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* ACS-9201 create smote suite * [ACS-9201] add smoke test workflow * [ACS-9201] add smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] revert playwright pr smoke test run * [ACS-9201]smoke test suite tests * [ACS-9201]smoke test suite tests * [ACS-9201] remove workflow changes as not needed * [ACS-9201] fix lint
27 lines
460 B
JSON
27 lines
460 B
JSON
{
|
|
"extends": "../../../.eslintrc.json",
|
|
"ignorePatterns": [
|
|
"!**/*"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.ts"
|
|
],
|
|
"parserOptions": {
|
|
"project": [
|
|
"e2e/playwright/smoke-test/tsconfig.e2e.json"
|
|
],
|
|
"createDefaultProgram": true
|
|
},
|
|
"plugins": [
|
|
"rxjs",
|
|
"unicorn"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|