fix: vue config

This commit is contained in:
Anthony Fu
2019-07-18 03:30:57 +08:00
parent fbd74ebebc
commit 2438c6b929
2 changed files with 12 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
module.exports = {
env: {
es6: true,
browser: true,
node: true,
},
plugins: [
'@typescript-eslint',
],