Skip to content

Commit

Permalink
fix(lint): adjust linter config and specify ecmascript version explic…
Browse files Browse the repository at this point in the history
…itly

Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
  • Loading branch information
wzrdtales committed Apr 13, 2020
1 parent 2c544b1 commit d9ccfbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "standard",
"parserOptions": {
"ecmaVersion": 2019
},
"rules": {
"semi": ["error", "always"],
"no-unused-vars": "warn",
Expand Down

0 comments on commit d9ccfbe

Please sign in to comment.