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]
     'indent': ["off", 2]
   },
   },
   parserOptions: {
   parserOptions: {
-    ecmaVersion: 2015,
+    ecmaVersion: 7,
     "sourceType": "module"
     "sourceType": "module"
   },
   },
   "parser": "vue-eslint-parser",
   "parser": "vue-eslint-parser",