Selaa lähdekoodia

fix eslint: add ecmaVersion to .eslintrc.yml

sschmid 5 vuotta sitten
vanhempi
commit
bcc3c57221
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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]