Files
cypress/.eslintrc.json
T
Ben Kucera 48393bf128 Decaffeinate helper scripts (#4781)
* decaf script setup

* update gitignore

* fix conflicts, remove decaffeinate script hooks


Co-authored-by: Brian Mann <brian.mann86@gmail.com>
2019-07-23 14:49:36 -04:00

10 lines
111 B
JSON

{
"plugins": [
"@cypress/dev"
],
"extends": [
"plugin:@cypress/dev/general"
],
"rules": {}
}