0.1.0 • Published 3 years ago

@joaopalmeiro/eslint-config-react v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

eslint-config-react

My personal ESLint config for React projects.

Usage

Install:

npm install --save-dev @joaopalmeiro/eslint-config-react

or

yarn add --dev @joaopalmeiro/eslint-config-react

or

pnpm add --save-dev @joaopalmeiro/eslint-config-react

Add the .eslintrc.json file to the project::

{
    "extends": "@joaopalmeiro/eslint-config-react"
}

References

Development

  • npm install.
  • npm pack --dry-run.

Deployment

  • npm version minor or npm version patch or npm version major.
  • git push --follow-tags.

Notes

  • npm install --save-peer eslint prettier eslint-config-prettier eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-jsx-a11y eslint-plugin-import.
  • eslint-find-rules.
  • Range Ignore (Prettier).