0
0
Fork 0
mirror of https://github.com/alerta/alerta-webui.git synced 2025-03-14 20:52:45 +00:00
alerta_alerta-webui/tests/e2e/.eslintrc.js
2019-02-08 22:35:29 +01:00

10 lines
137 B
JavaScript

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