@fellwork/oxlint-config
v0.1.0
Published
Shared oxlint configurations for Fellwork projects.
Maintainers
Readme
@fellwork/oxlint-config
Shared oxlint configurations for Fellwork projects.
Install
bun add -D -E @fellwork/oxlint-config oxlintPick a preset
| Preset | When to use |
|---|---|
| base | Generic JS/TS, sensible defaults |
| node | Node/Bun backend code |
| browser | Frontend apps |
| lib | Anything you publish to npm — strictest correctness |
Quick example
// .oxlintrc.json
{
"extends": ["@fellwork/oxlint-config/lib"]
}Composition
Use one preset. If you need to override, add a rules block in your local .oxlintrc.json after the extends.
License
MIT — see LICENSE.
