Skip to content

Commit

Permalink
Merge pull request #56 from AlecRust/upgrades
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
AlecRust authored Jul 24, 2021
2 parents d8c91f7 + 31be52f commit f43129f
Show file tree
Hide file tree
Showing 3 changed files with 9,776 additions and 2,268 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"no-use-before-define": [2, "nofunc"],
"quotes": [2, "single"],
"space-before-function-paren": [2, "never"],
"space-after-keywords": [2, "always"],
"keyword-spacing": [2, { "before": true }],
"space-before-blocks": [2, "always"],
"space-in-parens": [2, "never"],
"space-unary-ops": 2,
Expand Down
Loading

0 comments on commit f43129f

Please sign in to comment.