mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 14:00:22 -05:00
20 lines
310 B
JSON
20 lines
310 B
JSON
{
|
|
"plugins": [
|
|
"@cypress/dev"
|
|
],
|
|
"extends": [
|
|
"plugin:@cypress/dev/general",
|
|
"plugin:@cypress/dev/tests"
|
|
],
|
|
"rules": {
|
|
"prefer-spread": "off",
|
|
"prefer-rest-params": "off",
|
|
"no-useless-constructor": "off"
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "16.8"
|
|
}
|
|
}
|
|
}
|