@loonskai/oxplint
v0.1.0
Published
Track lint suppression comment regressions in TypeScript/JavaScript codebases
Downloads
102
Maintainers
Readme
oxplint
Track lint suppression comment regressions in TypeScript/JavaScript codebases.
Installation
npm install oxplintUsage
Check for regressions
Compare current suppression comments against a baseline:
oxplint checkUpdate baseline
Scan files and generate a new baseline:
oxplint updateDiff baselines
Compare two baseline files:
oxplint diff --before old-baseline.json --after new-baseline.jsonMigration report
Show ESLint to oxlint migration progress:
oxplint reportConfiguration
Create a .oxplint.json file in your project root:
{
"include": ["src/**/*.{ts,tsx,js,jsx}"],
"ignore": [],
"linters": ["eslint", "oxlint"],
"baseline": ".esplint.rec.json"
}Supported Platforms
| Platform | Architecture | | ---------------- | ------------ | | macOS | arm64, x64 | | Linux (glibc) | arm64, x64 | | Linux (musl) | arm64, x64 | | Windows | arm64, x64 |
License
MIT OR Apache-2.0
