Initial vue js setup

This commit is contained in:
benjaminramey
2019-06-29 14:58:19 -05:00
parent 0e821ba5f5
commit 9224aaee5e
43 changed files with 14605 additions and 1 deletions

12
tests/e2e/.eslintrc.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
plugins: [
'cypress'
],
env: {
mocha: true,
'cypress/globals': true
},
rules: {
strict: 'off'
}
}