Skip to content

Commit bbc9b3b

Browse files
committed
Reformat global package.json
1 parent b31f5e7 commit bbc9b3b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.tools/verify_python.sh

100644100755
File mode changed.

javascriptv3/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"prepare": "cd .. && husky javascriptv3/.husky"
1212
},
1313
"lint-staged": {
14-
"*.{js,ts,jsx,tsx}": [
15-
"biome format --write",
16-
"biome lint"
17-
]
14+
"*.{js,ts,jsx,tsx}": ["biome format --write", "biome lint"]
1815
},
1916
"workspaces": [
2017
"example_code/auto-scaling",

0 commit comments

Comments
 (0)