Add cypress globals to eslint

This commit is contained in:
Josh Johnson 2018-10-10 13:27:58 +01:00
parent 3ce59432bc
commit 83bc319801

View file

@ -12,7 +12,8 @@
"es6": true,
"browser": true,
"node": true,
"mocha": true
"mocha": true,
"cypress/globals": true
},
"globals": {
"describe": true,