@cgduzan/eslint-config

1.0.3 • Public • Published

@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"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @cgduzan/eslint-config

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

2.44 kB

Total Files

4

Last publish

Collaborators

  • cgduzan