Skip to content

Commit

Permalink
Update(npm): Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynhathaway committed Jul 25, 2022
1 parent f2ee9e0 commit 818e87c
Show file tree
Hide file tree
Showing 7 changed files with 12,987 additions and 21,763 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ module.exports = {
"plugin:evelyn/typescript",
],

"rules": {
// Reason: We currently support Node versions without this protocol
"unicorn/prefer-node-protocol": "off",
},

"overrides": [
{
"files": [
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
npx --no -- commitlint --edit "$1"
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
npx --no lint-staged
Loading

0 comments on commit 818e87c

Please sign in to comment.