templates/tests/e2e/.eslintrc.js
2022-05-25 12:22:56 +08:00

11 lines
141 B
JavaScript

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