Properly set up ESLint

This commit is contained in:
Joel Collins 2020-10-27 17:05:57 +00:00
parent e1cca30deb
commit 81ca64e0d8
8 changed files with 491 additions and 23 deletions

View file

@ -1,5 +1,3 @@
module.exports = {
presets: [
'@vue/app'
]
}
presets: ["@vue/app"]
};