@fellwork/biome-config
v0.2.0
Published
Shared Biome configurations for Fellwork projects (presets for base, lib, node, react, vue, next, nuxt).
Maintainers
Readme
@fellwork/biome-config
Shared Biome configurations for Fellwork projects.
Status: published to the npm public registry.
Install
bun add -D @fellwork/biome-config @biomejs/biomeUsage
In your biome.json:
{ "extends": ["@fellwork/biome-config/<preset>"] }Available presets: base, lib, node, react, vue, next, nuxt.
Documented Gaps
This package uses Biome alone — no oxlint, no eslint-plugin-vue, no @nuxt/eslint. See extras/GAPS.md for what's lost vs the legacy stack and how to mitigate.
Recommended Scripts
See extras/package-scripts.md for package.json
script snippets, including Vue/Nuxt template type-checking via vue-tsc.
