Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
34336
97b1c242 feat(devkit): add NX_SKIP_FORMAT environment variable to skip Prettier formatting Add support for skipping Prettier formatting in generators and migrations via the `NX_SKIP_FORMAT` environment variable. This is useful for repositories that: - Use alternative formatters like Biome, dprint, or oxfmt - Have custom formatting requirements that conflict with Prettier defaults - Experience issues where Prettier reformatting breaks eslint-disable comments When `NX_SKIP_FORMAT=true`, the `formatFiles()` function and related formatting utilities will skip Prettier formatting but will still perform tsconfig path sorting if enabled via `sortRootTsconfigPaths` option or `NX_FORMAT_SORT_TSCONFIG_PATHS` environment variable. Usage: NX_SKIP_FORMAT=true nx migrate --run-migrations NX_SKIP_FORMAT=true nx g @nx/react:app my-app Also updates `formatChangedFilesWithPrettierIfAvailable` and `formatFilesWithPrettierIfAvailable` in the nx package to respect this environment variable. Related: #30403, #30426
14 days ago
by baer
b
Previous page
Previous
Next
Next page