Akash Rathod 608e6c5eb4
[ACS-6575] code fix and split action suite (#3604)
* code split and fix

* code split and fix

* code split and fix

* [ACS-6575]code fix in workflow
2024-01-19 13:09:07 +05:30

27 lines
464 B
JSON

{
"extends": "../../../.eslintrc.json",
"ignorePatterns": [
"!**/*"
],
"overrides": [
{
"files": [
"*.ts"
],
"parserOptions": {
"project": [
"e2e/playwright/create-actions/tsconfig.e2e.json"
],
"createDefaultProgram": true
},
"plugins": [
"rxjs",
"unicorn"
],
"rules": {
"@typescript-eslint/no-floating-promises": "off"
}
}
]
}