mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 14:39:48 -06:00
18 lines
263 B
Plaintext
18 lines
263 B
Plaintext
{
|
|
"plugins": [
|
|
"cypress",
|
|
"@cypress/dev"
|
|
],
|
|
"extends": [
|
|
"plugin:@cypress/dev/general",
|
|
"plugin:@cypress/dev/tests"
|
|
],
|
|
"env": {
|
|
"cypress/globals": true
|
|
},
|
|
"rules": {
|
|
"no-console": "off",
|
|
"prefer-rest-params": "off"
|
|
}
|
|
}
|