Files
raven-client/ayanova/tests/e2e/.eslintrc.js
John Cardinal baf0a6bc73 Removed cypress vue plugin, able to run test server and do a release build seems ok
had to add babel/core manually first
This is the checkpoint for post cypress removal from client project
2021-10-28 23:38:55 +00:00

9 lines
85 B
JavaScript

module.exports = {
env: {
mocha: true
},
rules: {
strict: "off"
}
};