Skip to content

Commit 818e87c

Browse files
Update(npm): Update npm packages
1 parent f2ee9e0 commit 818e87c

File tree

7 files changed

+12987
-21763
lines changed

7 files changed

+12987
-21763
lines changed

.eslintrc.cjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ module.exports = {
1212
"plugin:evelyn/typescript",
1313
],
1414

15+
"rules": {
16+
// Reason: We currently support Node versions without this protocol
17+
"unicorn/prefer-node-protocol": "off",
18+
},
19+
1520
"overrides": [
1621
{
1722
"files": [

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx --no-install commitlint --edit "$1"
4+
npx --no -- commitlint --edit "$1"

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx --no-install lint-staged
4+
npx --no lint-staged

0 commit comments

Comments
 (0)