@sedrino/oxlint
v0.1.1
Published
Shared Sedrino Oxlint presets with a future-proof plugin entrypoint. This package is TS-config-first: presets are consumed from `oxlint.config.ts`.
Keywords
Readme
@sedrino/oxlint
Shared Sedrino Oxlint presets with a future-proof plugin entrypoint.
This package is TS-config-first: presets are consumed from oxlint.config.ts.
Install
bun add -D @sedrino/oxlintUse with oxlint.config.ts
import { createConfig } from "@sedrino/oxlint";
import { defineConfig } from "oxlint";
export default defineConfig(createConfig());createConfig() enables the recommended preset by default, including a test plugin rule:
- rule id:
sedrino/no-ship-it-friday - trigger string:
"ship it, it's Friday" - level:
warn
Presets
@sedrino/oxlint/presets/base@sedrino/oxlint/presets/typescript@sedrino/oxlint/presets/react@sedrino/oxlint/presets/strict@sedrino/oxlint/presets/recommended
Plugin roadmap
@sedrino/oxlint/plugin currently exports a placeholder plugin object. Keep this subpath stable and add Sedrino custom rules there later.
