
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@maxchang/biome-config
Advanced tools
.gitignore
by default.vue
, .svelte
, and .astro
filesNot sure how to set up Biome? Take a look at the Getting Started guide from the official docs.
pnpm i -D @maxchang/biome-config
yarn add -D @maxchang/biome-config
npm i @maxchang/biome-config --save-dev
Extend the config in your biome.json
file:
{
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
"extends": ["@maxchang/biome-config"]
}
Add the following scripts to your package.json
:
"scripts": {
"lint": "biome check",
"lint:fix": "biome check --write ."
}
If you use VS Code, here is a reference settings.json
, with automatic formatting on save and Biome as the default formatter for languages needed.
package.json
keysSince Biome has no plans to implement something like prettier-plugin-packagejson and currently lacks equivalent rules such as jsonc/sort-keys
*, you can use sort-package-json as a workaround.
pnpx sort-package-json
npx sort-package-json
* While Biome provides an assist action like useSortedKeys, it does not allow customization to sort keys in a specific order.
FAQs
Max Chang's Biome config
We found that @maxchang/biome-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.