Browse Source

Change ecmaVersion to 8 to make eslint happy

toby 8 years ago
parent
commit
9f60dc3dd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/.eslintrc.json

+ 1 - 1
src/.eslintrc.json

@@ -1,6 +1,6 @@
 {
 {
     "parserOptions": {
     "parserOptions": {
-        "ecmaVersion": 6,
+        "ecmaVersion": 8,
         "ecmaFeatures": {
         "ecmaFeatures": {
             "impliedStrict": true
             "impliedStrict": true
         },
         },