Skip to content

Commit

Permalink
chore: use ES2015 for lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-redFox authored and nikku committed Jan 30, 2020
1 parent b8266f7 commit 9a6a26b
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,4 +1,7 @@
{
"parserOptions": {
"ecmaVersion": 6
},
"rules": {
"keyword-spacing": [ 2 ],
"object-curly-spacing": [ 2, "always"],
Expand Down

0 comments on commit 9a6a26b

Please sign in to comment.