Files
globalfamilyapp-web/tests/e2e/.eslintrc.js
2019-06-29 14:58:19 -05:00

13 lines
145 B
JavaScript

module.exports = {
plugins: [
'cypress'
],
env: {
mocha: true,
'cypress/globals': true
},
rules: {
strict: 'off'
}
}