Explorar el Código

fix eslint: add ecmaVersion to .eslintrc.yml

sschmid hace 5 años
padre
commit
bcc3c57221
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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]