Files
xj-admin/iweb/tests/e2e/.eslintrc.js
T
2025-06-27 17:42:38 +08:00

11 lines
141 B
JavaScript

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