Skip to content

Commit 41365f6

Browse files
committed
[DX] Add lint/format/check-lint/check-format scripts to packages package.json
1 parent 8acdb43 commit 41365f6

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
@@ -5,6 +5,14 @@
55
"version": "1.0.0",
66
"main": "dist/register_controller.js",
77
"types": "dist/register_controller.d.ts",
8+
"scripts": {
9+
"build": "echo 'The build script is not yet configured.' && exit 1",
10+
"test": "echo 'The test script is not yet configured.' && exit 1",
11+
"lint": "biome lint --write",
12+
"format": "biome format --write",
13+
"check-lint": "biome lint",
14+
"check-format": "biome format"
15+
},
816
"symfony": {
917
"controllers": {
1018
"vue": {

0 commit comments

Comments
 (0)