Skip to content

3kezoh/eslint-config

Repository files navigation

@ekezoh/eslint-config

A collection of ESLint rules that I use in my projects.

Installation

pnpm add --save-dev eslint @ekezoh/eslint-config

Usage

Add the following to your .eslintrc:

{
  "extends": ["@ekezoh/eslint-config"]
}

License

MIT