Files
cypress/cli/test/.eslintrc.json
T
2019-10-10 15:04:25 -04:00

10 lines
110 B
JSON

{
"globals": {
"lib": true,
"sinon": true
},
"extends": [
"plugin:@cypress/dev/tests"
]
}