gaoshuaixing 4 rokov pred
rodič
commit
5f541aeeab
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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",