scratch-www/test/integration-cypress/.eslintrc

9 lines
81 B
Text
Raw Normal View History

2018-03-22 15:01:51 -04:00
{
"plugins": [
"cypress"
],
"env": {
"cypress/globals": true
}
}