2.0.2 • Published 7 months ago

@jaanjah/eslint-config v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@jaanjah/eslint-config

Typescript ESLint config for JaanJah.

Requires Node 20.x or higher to use.

Usage

Install:

npm install --save-dev @jaanjah/eslint-config
yarn add --dev @jaanjah/eslint-config

Extend eslint configuration in your eslint.config.ts file

import config from '@jaanjah/eslint-config';

export default [...config];