0.0.1 • Published 1 year ago

@everish/eslint-config-react v0.0.1

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

@everish/eslint-config-react

zforish's eslint config for react

Useage

First, install this package and the peer dependencies

pnpm i -D @everish/eslint-config-react

Then create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": ["@everish/eslint-config-react"]
}