We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b403f commit 08dde70Copy full SHA for 08dde70
Makefile
@@ -16,6 +16,7 @@ format-check:
16
17
format-generated:
18
pnpm install
19
+ pnpm biome format --write --config-path scripts/templates/biome.generated.json packages_generated/
20
pnpm biome lint --write --unsafe --config-path scripts/templates/biome.generated.json --only correctness/noUnusedImports --only correctness/noUnusedVariables packages_generated/
21
22
typing:
0 commit comments