PuffercatApps/tests/e2e/.eslintrc.js

14 lines
191 B
JavaScript
Raw Normal View History

2022-12-01 05:58:50 +00:00
module.exports = {
plugins: [
'cypress'
],
env: {
mocha: true,
'cypress/globals': true
},
rules: {
'vue/multi-word-component-names': 'off',
2022-12-01 05:58:50 +00:00
strict: 'off'
}
}