@withdouble/eslint-config

4.0.10 • Public • Published

@withdouble/eslint-config

Double’s central ESLint config

Install

npm i -D \
  @withdouble/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": "@withdouble/eslint-config/web"
}

or in your .eslintrc file:

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

Readme

Keywords

none

Package Sidebar

Install

npm i @withdouble/eslint-config

Weekly Downloads

125

Version

4.0.10

License

MIT

Unpacked Size

2.83 kB

Total Files

4

Last publish

Collaborators

  • double.admin
  • laurenramgattie
  • cgduzan
  • augustinr
  • flobories