@0x57/eslint-config
v2.0.0
Published
Shared eslint configuration used by 0x57 projects
Readme
@0x57/eslint-config
A shared eslint config. It uses the flat config style.
Usage
Install the package:
bun add -D @0x57/eslint-configThen create a new eslint.config.mjs file:
import { config } from "@0x57/eslint-config";
/** @type {import("eslint").Linter.Config} */
export default config;