Browse Source

Lint also async. Thanks to Akuket !

Lauri Ojansivu 6 years ago
parent
commit
3ce902123f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .eslintrc.json

+ 1 - 1
.eslintrc.json

@@ -6,7 +6,7 @@
     "browser": true
   },
   "parserOptions": {
-    "ecmaVersion": 6,
+    "ecmaVersion": 2017,
     "sourceType": "module",
     "ecmaFeatures": {
       "experimentalObjectRestSpread": true