@hasparus/oxlint-config
v0.1.1
Published
my shared oxlint config
Downloads
1,292
Readme
@hasparus/oxlint-config
my shared oxlint config
mostly warnings except definitive bugs, which get a red squiggly.
Usage
// oxlint.config.ts
import { defineConfig } from "oxlint";
import base from "@hasparus/oxlint-config";
export default defineConfig({
extends: [base],
overrides: [{ files: ["src/**/*.ts"], rules: { "no-console": "warn" } }],
});perfectionist, sonarjs, and better-tailwindcss run through oxlint's
jsPlugins and ship as dependencies of this package.
License
MIT
