瀏覽代碼

fix eslint: add ecmaVersion to .eslintrc.yml

sschmid 5 年之前
父節點
當前提交
bcc3c57221
共有 1 個文件被更改,包括 3 次插入0 次删除
  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]