Skip to content

Commit 9282b76

Browse files
committed
[DX] Add lint/format/check-lint/check-format scripts to packages package.json
1 parent ecbf1b3 commit 9282b76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
"type": "module",
77
"main": "dist/abstract_map_controller.js",
88
"types": "dist/abstract_map_controller.d.ts",
9+
"scripts": {
10+
"build": "echo 'The build script is not yet configured.' && exit 1",
11+
"test": "echo 'The test script is not yet configured.' && exit 1",
12+
"lint": "biome lint --write",
13+
"format": "biome format --write",
14+
"check-lint": "biome lint",
15+
"check-format": "biome format"
16+
},
917
"symfony": {
1018
"importmap": {
1119
"@hotwired/stimulus": "^3.0.0"

0 commit comments

Comments
 (0)