Skip to content

Commit 97cad2c

Browse files
authored
chore: align formatting with unlisted repo (scaleway#2663)
1 parent cf8eb98 commit 97cad2c

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ format-check:
1616

1717
format-generated:
1818
pnpm install
19-
pnpm biome format --write --config-path scripts/templates/biome.generated.json packages_generated/
2019
pnpm biome lint --write --unsafe --config-path scripts/templates/biome.generated.json --only correctness/noUnusedImports --only correctness/noUnusedVariables packages_generated/
2120
pnpm dlx tsx ./scripts/validateGeneratedExports.ts
2221

biome.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
"overrides": [
5555
{
5656
"includes": ["packages_generated/**", "**/dist/**", "coverage/**", "**/examples/**", "**/*.gen.ts", "scripts/templates/**"],
57-
"formatter": {
58-
"enabled": false
59-
},
6057
"linter": {
6158
"enabled": false
6259
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"generatePackages": "pnpm dlx tsx ./scripts/generatePackages.ts",
1616
"generateGlobalSdkPackage": "pnpm dlx tsx ./scripts/updateGlobalSdkPackage.ts",
1717
"setupNewProducts": "pnpm dlx tsx ./scripts/setupNewProducts.ts",
18-
"prebuild": "pnpm run generatePackages && pnpm run generateAlias && pnpm format",
18+
"prebuild": "pnpm run generatePackages && pnpm run generateAlias && pnpm format",
1919
"build:packages": "pnpm turbo run build",
2020
"fix-import-extensions": "pnpm dlx tsx ./scripts/fix-import-extensions.ts",
2121
"build": "pnpm run build:packages && pnpm run fix-import-extensions",

0 commit comments

Comments
 (0)