Collection of eslint configs I use for my projects.
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
// @ts-check
import lichthagel from "@lichthagel/eslint-config";
/** @type {import("@lichthagel/eslint-config").FlatConfigItem[]} */
export default [
...await lichthagel({
...options
}),
...otherSettings
];