
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@gitopslovers/nx-biome
Advanced tools
@gitopslovers/nx-biome provides a set of power-ups for Nx to lint, format and analyze your projects with Biome.
using npm
npm i -D @gitopslovers/nx-biome
To add a Biome configuration to a project you just have to run the @gitopslovers/nx-biome:configuration
generator.
nx g @gitopslovers/nx-biome:configuration --project <projectName>
The generator adds a biome.json
configuration file at the project root which extends the root biome.json
and adds a biome-lint
target to the project.
At the first run the generator installs all required dependencies and creates a biome.json
file at the workspace root. It also configures the namedInputs
for the biome-lint
targets.
Run biome-lint
for a project
nx biome-lint {{projectName}}
Run biome-lint
for all projects
nx run-many --target=biome-lint
Run biome-lint
for affected projects
nx affected --target=biome-lint
@gitopslovers/nx-biome:configuration
generatorAdd Biome configuration to a project.
Add configuration to a project:
nx g @gitopslovers/nx-biome:configuration --project projectName
Option | Value | Description |
---|---|---|
project | string | The name of the project. |
@gitopslovers/nx-biome:biome-lint
executorRun Biome linter on a project.
Target Options can be configured in project.json
or when the executor is invoked.
See: https://nx.dev/configuration/projectjson#targets
Option | Value | Default | Description |
---|---|---|---|
lintFilePatterns | string[] | One or more files/dirs/globs to pass directly to Biome's lint() method. |
FAQs
Unknown package
We found that @gitopslovers/nx-biome demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.