2020-11-16 22:44:09 +08:00

13 lines
145 B
JavaScript

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