Skip to main content
This release is 1 version behind 0.6.0 — the latest version of @eslint/core. Jump to latest

Built and signed on GitHub Actions

Runtime-agnostic core of ESLint.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 months ago (0.5.0)

ESLint Core

Overview

This package is the future home of the rewritten, runtime-agnostic ESLint core.

Right now, it exports the core types necessary to implement language plugins.

License

Apache 2.0

Sponsors

The following companies, organizations, and individuals support ESLint's ongoing maintenance and development. Become a Sponsor to get your logo on our README and website.

Platinum Sponsors

Automattic Airbnb

Gold Sponsors

Eli Schleifer Siemens

Silver Sponsors

JetBrains Liftoff American Express Workleap

Bronze Sponsors

notion Anagram Solver Icons8 Discord Ignition Nx HeroCoders Nextbase Starter Kit

Technology Sponsors

Netlify Algolia 1Password

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@eslint/core

Import symbol

import * as mod from "@eslint/core";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@eslint/core";

Add Package

npx jsr add @eslint/core

Import symbol

import * as mod from "@eslint/core";

Add Package

yarn dlx jsr add @eslint/core

Import symbol

import * as mod from "@eslint/core";

Add Package

pnpm dlx jsr add @eslint/core

Import symbol

import * as mod from "@eslint/core";

Add Package

bunx jsr add @eslint/core

Import symbol

import * as mod from "@eslint/core";