1.0.3 • Published 1 year ago

@cgduzan/eslint-config v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

@duzantheman/eslint-config

My central ESLint config

Install

npm i -D \
  @cgduzan/eslint-config \
  @typescript-eslint/eslint-plugin \
  eslint \
  eslint-plugin-prettier \
  eslint-plugin-promise \
  <!-- Only install the following if you're using eslint-config/web -->
  eslint-plugin-react \
  eslint-plugin-react-hooks

Usage

Add this to your package.json file:

"eslintConfig": {
  "extends": "@cgduzan/eslint-config/web"
}

or in your .eslintrc file:

{
  "extends": "@cgduzan/eslint-config/web"
}