Files
manja_ui_dev/tests/e2e/.eslintrc.js
T
2021-10-11 12:53:38 +02:00

11 lines
140 B
JavaScript

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