@dragunovartem99/oxlint-config
v1.0.0
Published
Personal oxlint Config
Downloads
63
Maintainers
Readme
Personal Oxlint Config
Installation
npm install --save-dev @dragunovartem99/oxlint-configUsage
The .oxlintrc.json configuration file is automatically symlinked into your project root via a postinstall script — no manual setup needed.
- Add scripts to your project's
package.json:
{
"scripts": {
"lint": "oxlint --fix",
"lint:check": "oxlint"
}
}- Run the linter:
npm run lintOr check linting without modifications:
npm run lint:checkCreating your own configuration
For creating similar configurations, see:
