Browse Source

fix eslint: add ecmaVersion to .eslintrc.yml

sschmid 5 years ago
parent
commit
bcc3c57221
1 changed files with 3 additions and 0 deletions
  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
 extends: standard
 rules:
 rules:
   indent: [2, 4]
   indent: [2, 4]