Browse Source

fix eslint: add ecmaVersion to .eslintrc.yml

sschmid 5 năm trước cách đây
mục cha
commit
bcc3c57221
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .eslintrc.yml

+ 3 - 0
.eslintrc.yml

@@ -1,3 +1,6 @@
+parserOptions: {
+        ecmaVersion: 7, // the ecmaVersion isn't set in stone, for now added to satisfy eslint 
+    }
 extends: standard
 rules:
   indent: [2, 4]