scratch-www/test/integration-cypress/.eslintrc
2018-03-22 15:01:51 -04:00

8 lines
81 B
Text

{
"plugins": [
"cypress"
],
"env": {
"cypress/globals": true
}
}