Skip to content

Commit

Permalink
fix: remove old trailing commas from biome.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Benricheson101 committed Sep 17, 2024
1 parent 503a17e commit 68050c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"quoteProperties": "asNeeded",
"quoteStyle": "single",
"semicolons": "always",
"trailingComma": "es5",
"trailingCommas": "es5"
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benricheson101/util",
"version": "1.1.1",
"version": "1.1.2",
"private": false,
"description": "A personal collection of reusable utility functions and types",
"main": "build/lib/index.js",
Expand Down

0 comments on commit 68050c0

Please sign in to comment.