Skip to content

Commit 0f3f42c

Browse files
authored
Remove redundant dot character in biome scripts (#916)
1 parent 1eef66f commit 0f3f42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"scripts": {
3636
"build": "tsc",
37-
"format": "biome format --write .",
38-
"lint": "biome lint --write .",
37+
"format": "biome format --write",
38+
"lint": "biome lint --write",
3939
"release": "yarn build && changeset publish",
4040
"test": "vitest"
4141
},

0 commit comments

Comments
 (0)