salix-front/tests/e2e/.eslintrc.js

11 lines
163 B
JavaScript
Raw Normal View History

2022-02-24 08:23:59 +00:00
module.exports = {
2022-02-28 14:35:13 +00:00
plugins: ['cypress'],
env: {
mocha: true,
'cypress/globals': true,
},
rules: {
strict: 'off',
},
2022-02-24 08:23:59 +00:00
};