gaoshuaixing 4 年之前
父節點
當前提交
5f541aeeab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/.eslintrc.js

+ 1 - 1
frontend/.eslintrc.js

@@ -41,7 +41,7 @@ module.exports = {
     'indent': ["off", 2]
   },
   parserOptions: {
-    ecmaVersion: 2015,
+    ecmaVersion: 7,
     "sourceType": "module"
   },
   "parser": "vue-eslint-parser",