gaoshuaixing 4 years ago
parent
commit
5f541aeeab
1 changed files with 1 additions and 1 deletions
  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",