Skip to content

Commit

Permalink
upgrade biome and attw
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed Sep 19, 2024
1 parent fdefe07 commit f7e4545
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"typecheck": "tsc --noEmit",
"attw": "attw . --pack --ignore-rules cjs-resolves-to-esm"
},
"keywords": ["codeowners", "github", "gitlab"],
"keywords": [
"codeowners",
"github",
"gitlab"
],
"contributors": [
"Beau Gunderson <beau@beaugunderson.com> (https://beaugunderson.com/)",
"Noah Manneschmidt (https://noah.manneschmidt.net/)"
Expand All @@ -30,8 +34,8 @@
"true-case-path": "^2.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.0",
"@biomejs/biome": "1.7.0",
"@arethetypeswrong/cli": "^0.16.0",
"@biomejs/biome": "^1.9.0",
"@types/node": "^20.0.0",
"bun-types": "latest",
"tsup": "^8.0.0",
Expand Down

0 comments on commit f7e4545

Please sign in to comment.