Skip to content

Commit

Permalink
Upgrade EcmaScript version to support the regex
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinoaldo committed Sep 1, 2020
1 parent b0c7ff1 commit b798028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mocha": true
},
"parserOptions": {
"ecmaVersion": 8
"ecmaVersion": 2018
},
"rules": {
"semi": ["warn", "never"],
Expand Down

0 comments on commit b798028

Please sign in to comment.