Skip to content

Installation

Prerequisites

  • Node.js: ^20.19.0 || ^22.13.0 || >=24.0.0
  • ESLint: ^9.15.0 || ^10.0.0 & Flat Config Only
  • Module Support: ECMAScript Modules (ESM) Only

NOTE

In line with the ESLint v10 prerequisites, we support only Node.js versions ^20.19.0 || ^22.13.0 || >=24.0.0, and since we use the meta.defaultOptions feature introduced in ESLint v9.15.0, the minimum required ESLint version is ^9.15.0.

Installation (@latest)

npm package eslint-plugin-mark latest version

Latest stable release.

sh
$ npm install -D eslint-plugin-mark@latest eslint@latest
sh
$ pnpm add -D eslint-plugin-mark@latest eslint@latest
sh
$ yarn add --dev eslint-plugin-mark@latest eslint@latest
sh
$ bun add -d eslint-plugin-mark@latest eslint@latest

Installation (@next)

npm package eslint-plugin-mark next version

Latest pre-release version. (e.g., canary, alpha, beta, and rc)

sh
$ npm install -D eslint-plugin-mark@next eslint@latest
sh
$ pnpm add -D eslint-plugin-mark@next eslint@latest
sh
$ yarn add --dev eslint-plugin-mark@next eslint@latest
sh
$ bun add -d eslint-plugin-mark@next eslint@latest