0
0
Fork 0
salix-front-mindshore-fork2/tests/e2e/.eslintrc.js

11 lines
163 B
JavaScript

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