8 lines
130 B
JSON
8 lines
130 B
JSON
{
|
|
"plugins": ["cypress"],
|
|
"env": {
|
|
"cypress/globals": true
|
|
},
|
|
"extends": ["plugin:cypress/recommended"]
|
|
}
|