@minozzzi/eslint

0.0.5 • Public • Published

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.

Package Sidebar

Install

npm i @minozzzi/eslint

Weekly Downloads

4

Version

0.0.5

License

MIT

Unpacked Size

11 kB

Total Files

9

Last publish

Collaborators

  • minozzzi