Skip to content

Lichthagel/eslint-config

Repository files navigation

@lichthagel/eslint-config

Collection of eslint configs I use for my projects.

Installation

npm|yarn|pnpm|bun install -D eslint @lichthagel/eslint-config

npx|yarn dlx|pnpm dlx|bunx jsr add @licht/eslint-config or deno add jsr:@licht/eslint-config

Configuration

// @ts-check

import lichthagel from "@lichthagel/eslint-config";

/** @type {import("@lichthagel/eslint-config").FlatConfigItem[]} */
export default [
  ...await lichthagel({
    ...options
  }),
  ...otherSettings
];