0.2.0 • Published 4 months ago
@sj-distributor/eslint-config v0.2.0
SJ Distributor ESLint config
!WARNING Requires eslint version v9.6.0 or higher.
Installation
pnpm install -D eslint @sj-distributor/eslint-config
Usage
Create a eslint.config.mjs file in the project root directory. (Already created, can be ignored)
Add the following configuration to the eslint.config.mjs file:
// eslint.config.mjs
import { avenger } from '@sj-distributor/eslint-config';
export default avenger();