Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@namchee/biome-config
Advanced tools
Shareable configuration BiomeJS config for personal use. Definitely opinionated and under development.
# 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
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
}
@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.
This project is licensed under the MIT License
FAQs
General purpose BiomeJS configuration file by Namchee
We found that @namchee/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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.