eslint-plugin-oxlint
Turn off all rules already supported by oxlint
File Explorer
- build.yml
- bump_oxlint.yml
- generate.yml
- release.yml
- security.yml
- test.yml
- renovate.json
- SECURITY.md
- pre-commit
- extensions.json
- settings.json
- rules-generator.spec.ts.snap
- config-generator.ts
- constants.ts
- generate.ts
- rules-generator.spec.ts
- rules-generator.ts
- traverse-rules.ts
- configs.spec.ts.snap
- categories.spec.ts.snap
- categories.spec.ts
- categories.ts
- extends.spec.ts
- extends.ts
- ignore-patterns.spec.ts
- ignore-patterns.ts
- index.ts
- overrides.spec.ts
- overrides.ts
- plugins.ts
- rules.spec.ts
- rules.ts
- types.ts
- utilities.ts
- configs-by-category.ts
- configs-by-scope.ts
- rules-by-category.ts
- rules-by-scope.ts
- build-from-oxlint-config.spec.ts
- config-helper.spec.ts
- config-helper.ts
- configs.spec.ts
- configs.ts
- constants.ts
- index.ts
- helpers.ts
- .gitignore
- .mise.toml
- .node-version
- .prettierignore
- AGENTS.md
- CONTRIBUTING.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.json
- vite.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
# Project Badges
-
GitHub Actions Workflow Status
-
NPM Version
-
NPM Downloads
// repository documentation
Was this content helpful?
(0 ratings)
