Skip to content

Commit 7eebfc6

Browse files
authored
fix: adjust formatting in VS Code settings (#86)
1 parent 9f22a2a commit 7eebfc6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"editor.formatOnSave": true,
3-
"[json][typescript]": {
3+
"[json]": {
4+
"editor.defaultFormatter": "biomejs.biome"
5+
},
6+
"[typescript]": {
47
"editor.defaultFormatter": "biomejs.biome"
58
},
69
"editor.codeActionsOnSave": {

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@kasnix/structured-objects",
33
"description": "A lightweight and powerful library for manipulating objects in JavaScript and TypeScript across different types of data structures.",
44
"author": "Kasnix",
5-
"version": "1.5.1",
5+
"version": "1.5.2",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/luckasnix/structured-objects.git"

0 commit comments

Comments
 (0)