Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Mar 12, 2018
1 parent d958b5f commit a04861e
Show file tree
Hide file tree
Showing 4 changed files with 1,082 additions and 3,121 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"no-nested-ternary": 2,
"no-unused-vars": [2, {"vars":"all", "args":"none"}],
"radix": 2,
"space-after-keywords": [2, "always"],
"keyword-spacing": [2, {"after": true}],
"space-unary-ops": 2,
"strict": [2, "global"],
"wrap-iife": [2, "any"],
Expand Down
Loading

0 comments on commit a04861e

Please sign in to comment.