Files
vuetify-material-dashboard/tests/e2e/.eslintrc.js
Gregor Schulte c1abe6ae1e Init
2023-03-29 10:11:51 +02:00

13 lines
149 B
JavaScript

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