Skip to content

Commit ad27326

Browse files
committed
chore(repo): bump deps and migrate to deno 2
1 parent bca3bf8 commit ad27326

File tree

4 files changed

+52
-20
lines changed

4 files changed

+52
-20
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
deno task staged

deno.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"tasks": {
3+
"prepare": "deno run -A --no-lock npm:husky@^9",
4+
"staged": "deno run -A --no-lock npm:lint-staged@^15"
5+
},
6+
"fmt": {
7+
"exclude": [
8+
"CHANGELOG.md"
9+
],
10+
"lineWidth": 100,
11+
"singleQuote": true,
12+
"semiColons": false
13+
},
14+
"exclude": [
15+
".git",
16+
"coverage"
17+
]
18+
}

deno.jsonc

Lines changed: 0 additions & 17 deletions
This file was deleted.

deno.lock

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)