alerta_alerta-webui/tests/e2e/.eslintrc.js

11 lines
137 B
JavaScript

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