mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-05 06:20:44 -05:00
48393bf128
* decaf script setup * update gitignore * fix conflicts, remove decaffeinate script hooks Co-authored-by: Brian Mann <brian.mann86@gmail.com>
10 lines
111 B
JSON
10 lines
111 B
JSON
{
|
|
"plugins": [
|
|
"@cypress/dev"
|
|
],
|
|
"extends": [
|
|
"plugin:@cypress/dev/general"
|
|
],
|
|
"rules": {}
|
|
}
|