8000 [Meta] Drop format, lint, check-format and check-lint commands, repla… · symfony/stimulus-bundle@ec2760a · GitHub
[go: up one dir, main page]

Skip to content

Commit ec2760a

Browse files
Kocalchadyred
andcommitted
[Meta] Drop format, lint, check-format and check-lint commands, replace them with check and ci commands
Co-authored-by: Florian Cellier <florian.cellier@sensiolabs.com>
1 parent 59ff77f commit ec2760a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

assets/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
"build": "node ../../../bin/build_package.js .",
99
"watch": "node ../../../bin/build_package.js . --watch",
1010
"test": "../../../bin/test_package.sh .",
11-
"lint": "biome lint --write",
12-
"format": "biome format --write",
13-
"check-lint": "biome lint",
14-
"check-format": "biome format"
11+
"check": "biome check",
12+
"ci": "biome ci"
1513
},
1614
"symfony": {
1715
"needsPackageAsADependency": false,

0 commit comments

Comments
 (0)
0