2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00
Files
vue-select/tests/e2e/.eslintrc.js
T
2020-12-23 20:21:02 -08:00

11 lines
138 B
JavaScript

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