File tree Expand file tree Collapse file tree 20 files changed +156
-4
lines changed Expand file tree Collapse file tree 20 files changed +156
-4
lines changed Original file line number Diff line number Diff line change 8
8
"scripts" : {
9
9
"build" : " node bin/build_javascript.js && node bin/build_styles.js" ,
10
10
"test" : " bin/run-vitest-all.sh" ,
11
- "lint" : " biome lint --write " ,
12
- "format" : " biome format --write " ,
13
- "check-lint" : " biome lint" ,
14
- "check-format" : " biome format"
11
+ "lint" : " yarn workspaces foreach --all -pt run lint " ,
12
+ "format" : " yarn workspaces foreach --all -pt run format " ,
13
+ "check-lint" : " yarn workspaces foreach --all -pt run check- lint" ,
14
+ "check-format" : " yarn workspaces foreach --all -pt run check- format"
15
15
},
16
16
"devDependencies" : {
17
17
"@babel/core" : " ^7.25.2" ,
Original file line number Diff line number Diff line change 5
5
"types" : " dist/controller.d.ts" ,
6
6
"version" : " 1.0.0" ,
7
7
"license" : " MIT" ,
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
+ },
8
16
"symfony" : {
9
17
"controllers" : {
10
18
"autocomplete" : {
Original file line number Diff line number Diff line change 6
6
"type" : " module" ,
7
7
"main" : " dist/controller.js" ,
8
8
"types" : " dist/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
+ },
9
17
"symfony" : {
10
18
"controllers" : {
11
19
"chart" : {
Original file line number Diff line number Diff line change 8
8
"config" : {
9
9
"css_source" : " src/style.css"
10
10
},
11
+ "scripts" : {
12
+ "build" : " echo 'The build script is not yet configured.' && exit 1" ,
13
+ "test" : " echo 'The test script is not yet configured.' && exit 1" ,
14
+ "lint" : " biome lint --write" ,
15
+ "format" : " biome format --write" ,
16
+ "check-lint" : " biome lint" ,
17
+ "check-format" : " biome format"
18
+ },
11
19
"symfony" : {
12
20
"controllers" : {
13
21
"cropper" : {
Original file line number Diff line number Diff line change 8
8
"config" : {
9
9
"css_source" : " src/style.css"
10
10
},
11
+ "scripts" : {
12
+ "build" : " echo 'The build script is not yet configured.' && exit 1" ,
13
+ "test" : " echo 'The test script is not yet configured.' && exit 1" ,
14
+ "lint" : " biome lint --write" ,
15
+ "format" : " biome format --write" ,
16
+ "check-lint" : " biome lint" ,
17
+ "check-format" : " biome format"
18
+ },
11
19
"symfony" : {
12
20
"controllers" : {
13
21
"dropzone" : {
Original file line number Diff line number Diff line change 5
5
"version" : " 1.1.0" ,
6
6
"main" : " dist/controller.js" ,
7
7
"types" : " dist/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
+ },
8
16
"symfony" : {
9
17
"controllers" : {
10
18
"lazy-image" : {
Original file line number Diff line number Diff line change 8
8
"css_source" : " styles/live.css"
9
9
},
10
10
"license" : " MIT" ,
11
+ "scripts" : {
12
+ "build" : " echo 'The build script is not yet configured.' && exit 1" ,
13
+ "test" : " echo 'The test script is not yet configured.' && exit 1" ,
14
+ "lint" : " biome lint --write" ,
15
+ "format" : " biome format --write" ,
16
+ "check-lint" : " biome lint" ,
17
+ "check-format" : " biome format"
18
+ },
11
19
"symfony" : {
12
20
"controllers" : {
13
21
"live" : {
Original file line number Diff line number Diff line change 6
6
"type" : " module" ,
7
7
"main" : " dist/abstract_map_controller.js" ,
8
8
"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
+ },
9
17
"symfony" : {
10
18
"importmap" : {
11
19
"@hotwired/stimulus" : " ^3.0.0"
Original file line number Diff line number Diff line change 6
6
"type" : " module" ,
7
7
"main" : " dist/map_controller.js" ,
8
8
"types" : " dist/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
+ },
9
17
"symfony" : {
10
18
"controllers" : {
11
19
"map" : {
Original file line number Diff line number Diff line change 6
6
"type" : " module" ,
7
7
"main" : " dist/map_controller.js" ,
8
8
"types" : " dist/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
+ },
9
17
"symfony" : {
10
18
"controllers" : {
11
19
"map" : {
You can’t perform that action at this time.
0 commit comments