interface BinarySourceCode
extends SourceCodeBase
Represents the source of a binary file being linted.
The body of the file that you'd like rule developers to access.
Runtime-agnostic core of ESLint.
Represents the source of a binary file being linted.
The body of the file that you'd like rule developers to access.
Add Package
deno add jsr:@eslint/core
Import symbol
import { type BinarySourceCode } from "@eslint/core";
---- OR ----
Import directly with a jsr specifier
import { type BinarySourceCode } from "jsr:@eslint/core";
Add Package
npx jsr add @eslint/core
Import symbol
import { type BinarySourceCode } from "@eslint/core";
Add Package
yarn dlx jsr add @eslint/core
Import symbol
import { type BinarySourceCode } from "@eslint/core";
Add Package
pnpm dlx jsr add @eslint/core
Import symbol
import { type BinarySourceCode } from "@eslint/core";
Add Package
bunx jsr add @eslint/core
Import symbol
import { type BinarySourceCode } from "@eslint/core";