Skip to content

Commit

Permalink
Update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jun 23, 2018
1 parent 1295513 commit 322d83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2017
"ecmaVersion": 2018
},
"plugins": [
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"addons-linter": "^1.2.2",
"eslint": "^4.19.1",
"eslint": "^5.0.0",
"npm-run-all": "^4.1.3"
},
"version": "0.28.3"
Expand Down

0 comments on commit 322d83e

Please sign in to comment.