8853547ee0
We can avoid retriability problems caused by using this long chain as an indicator in tests. Change-Id: Iec78087d080c3759e446a061222eb4d9f4dd3ae5 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95280 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
14 lines
No EOL
303 B
Text
14 lines
No EOL
303 B
Text
{
|
|
"extends": "../loleaflet/.eslintrc",
|
|
"plugins": ["cypress-rules"],
|
|
"rules": {
|
|
"cypress-rules/no-get-contains-chain": 2,
|
|
"cypress-rules/no-get-invoke-match-chain": 2
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module",
|
|
"ecmaFeatures": {
|
|
}
|
|
},
|
|
} |