13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
{
|
|
"plugins": ["cypress", "mocha"],
|
|
"extends": ["plugin:cypress/recommended", "plugin:mocha/recommended"],
|
|
"rules": {
|
|
"jest/expect-expect": "off",
|
|
"mocha/no-mocha-arrows": "off"
|
|
},
|
|
"env": {
|
|
"cypress/globals": true,
|
|
"mocha": true
|
|
}
|
|
}
|