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

13 lines
149 B
JavaScript
Raw Permalink Normal View History

2020-03-24 23:26:17 +08:00
module.exports = {
plugins: [
'cypress',
],
env: {
mocha: true,
'cypress/globals': true,
},
rules: {
strict: 'off',
},
}