vuetify-demo/tests/e2e/.eslintrc.js

13 lines
149 B
JavaScript

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