0.2.0 • Published 4 months ago

@sj-distributor/eslint-config v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

SJ Distributor ESLint config

!WARNING Requires eslint version v9.6.0 or higher.

Installation

pnpm install -D eslint @sj-distributor/eslint-config

Usage

  1. Create a eslint.config.mjs file in the project root directory. (Already created, can be ignored)

  2. Add the following configuration to the eslint.config.mjs file:

// eslint.config.mjs
import { avenger } from '@sj-distributor/eslint-config';

export default avenger();

License

MIT