1.0.3 • Published 1 year ago

@minozzzi/eslint-config v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ESLint config

Whats included?

  • React plugin;
  • React Hooks plugin;
  • Standard config base;
  • Prettier;
  • JSX a11y plugin;
  • Import plugin;
  • @Typescript-eslint plugin;

And amazing eslint rules!

Setup

1. Install the dependencies

npm i -D eslint @minozzzi/eslint-config

or if you use yarn

yarn add -D eslint @minozzzi/eslint-config

or if you use pnpm

pnpm i -D eslint @minozzzi/eslint-config

2. Create a .eslintrc.json file extending the config

{
  "extends": "@minozzzi/eslint-config"
}

You can also use a .eslintrc.js instead of JSON if you prefer.