Update ES version

This commit is contained in:
Matt Isenhower 2022-09-08 18:41:42 -07:00
parent 4d02454231
commit ded4177900

View File

@ -7,5 +7,8 @@ module.exports = {
],
"env": {
"vue/setup-compiler-macros": true
}
},
"parserOptions": {
"ecmaVersion": 13,
},
}