@standard-config/oxlint-stylistic
v2.8.0
Published
Curated Oxlint config with sensible stylistic defaults
Maintainers
Readme
Overview
Supplemental config for @standard-config/oxlint, with stylistic rules from ESLint Stylistic and Perfectionist.
Install
npm install --save-dev @standard-config/oxlint-stylisticpnpm add --save-dev @standard-config/oxlint-stylisticUsage
If you already use the core config, there’s no need to modify oxlint.config.ts. Installed supplemental config packages are detected and applied automatically.
import { defineConfig } from '@standard-config/oxlint';
// Will automatically include `@standard-config/oxlint-stylistic`
export default defineConfig();FAQ
Do I need to install ESLint?
This config loads ESLint plugins via Oxlint’s JS plugins. If you encounter any ESLint-related errors, try installing eslint in your project.
And if you only want to suppress missing peer dependency warnings, you can configure pnpm not to flag eslint:
peerDependencyRules:
ignoreMissing:
- eslint[!NOTE]
Additional questions can be found here.
Related
License
MIT © Dom Porada
