Explorar o código

fix eslint: add ecmaVersion to .eslintrc.yml

sschmid %!s(int64=5) %!d(string=hai) anos
pai
achega
bcc3c57221
Modificáronse 1 ficheiros con 3 adicións e 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]