Procházet zdrojové kódy

fix eslint: add ecmaVersion to .eslintrc.yml

sschmid před 5 roky
rodič
revize
bcc3c57221
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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]