@mouse_484/oxc-config
v0.5.4
Published
Oxlint Config by me
Readme
@mouse_484/oxc-config
Oxlint Config by me
Requirements
- Oxlint: recomended latest (required
jsPluginsupport)
Usage
Install the packages
npm install -D oxlint @mouse_484/oxc-configCreate a oxlint.config.ts and add the following code:
import { lint } from '@mouse_484/oxc-config'
export default lint(
{
// custom options
},
{
// oxlint config
}
)Features
See configs for all available presets and options.
