New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@namchee/biome-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@namchee/biome-config

General purpose BiomeJS configuration file by Namchee

  • 1.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@namchee/biome-config

Shareable configuration BiomeJS config for personal use. Definitely opinionated and under development.

Installation

# Using npm
npm install -D @namchee/biome-config

# Using yarn
yarn add -D @namchee/biome-config

# Using pnpm
pnpm install -D @namchee/biome-config

# Using bun
bun install -D @namchee/biome-config

Usage

You can extend your BiomeJS config using extends keyword.

{
    "$schema": "https://biomejs.dev/schemas/<version>/schema.json",
    "extends": ["./node_modules/@namchee/biome-config/biome.json"] // the configuration resolution doesn't work correctly in VSCode extension yet
}

Compatibility

  • Use for: JavaScript, TypeScript, React.
  • Do not use for: HTML superlanguage projects such as Vue, Svelte, and Astro. Use @namchee/eslint-config instead.

[!IMPORTANT] Biome currently only support frontmatters and script tags when parsing HTML superlanguage files, which makes it possible to cause false alarm.

License

This project is licensed under the MIT License

Keywords

FAQs

Package last updated on 30 Sep 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc