🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@mintlify/oxlint-config

Package Overview
Dependencies
Maintainers
8
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/oxlint-config

Mintlify's Oxlint configuration

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
8
Created
Source

@mintlify/oxlint-config

Mintlify's Oxlint configuration, ported from the existing ESLint configurations.

Installation

npm install --save-dev @mintlify/oxlint-config

Usage

For a TypeScript project, create an oxlintrc.json in your project root:

{
  "extends": "@mintlify/oxlint-config"
}

For Next.js projects, extend the Next-specific config:

{
  "extends": "@mintlify/oxlint-config/next"
}

Or reference the config directly when running oxlint:

oxlint -c node_modules/@mintlify/oxlint-config/oxlintrc.json

Rules Included

  • oxlintrc.json matches the shared TypeScript lint rules from @mintlify/eslint-config-typescript, including the TypeScript and Import plugins.
  • next.json builds on the TypeScript config to add React, JSX A11y, and Next.js plugin support, mirroring @mintlify/eslint-config-next.

Keywords

oxlint

FAQs

Package last updated on 03 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts