Skip to main content

Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
58%
Published
2 weeks ago (0.2.3)

ESLint Config

Installation

pnpm dlx jsr add -D @mxdev/eslint-config

Usage

import { defineConfig } from "@mxdev/eslint-config";

export default defineConfig({
  ignores: ["**/dist", "**/coverage"],
  globals: {
    presets: ["builtin", "es2022"],
    custom: {
      NodeJS: true,
    },
  },
  configs: (p) => [p.js, p.ts, p.vitest],
});
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@mxdev/eslint-config

Import symbol

import * as mod from "@mxdev/eslint-config";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@mxdev/eslint-config";

Add Package

npx jsr add @mxdev/eslint-config

Import symbol

import * as mod from "@mxdev/eslint-config";

Add Package

yarn dlx jsr add @mxdev/eslint-config

Import symbol

import * as mod from "@mxdev/eslint-config";

Add Package

pnpm dlx jsr add @mxdev/eslint-config

Import symbol

import * as mod from "@mxdev/eslint-config";

Add Package

bunx jsr add @mxdev/eslint-config

Import symbol

import * as mod from "@mxdev/eslint-config";