This release is 1 version behind 0.6.0 — the latest version of @eslint/core. Jump to latest
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Runtime-agnostic core of ESLint.
This package works with Cloudflare Workers, Node.js, Deno, Bun, 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
Gold Sponsors
Silver Sponsors
Bronze Sponsors
Technology Sponsors
Built and signed on
View transparency logGitHub Actions
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";