Github PR reviews will be formatted much better. Inline with mermaid project.
11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
{
|
|
"plugins": ["cypress"],
|
|
"extends": ["plugin:cypress/recommended"],
|
|
"rules": {
|
|
"jest/expect-expect": "off"
|
|
},
|
|
"env": {
|
|
"cypress/globals": true
|
|
}
|
|
}
|