Files
raven-client/ayanova/tests/e2e/.eslintrc.js
2019-01-03 18:25:41 +00:00

11 lines
138 B
JavaScript

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