@joaopalmeiro/eslint-config-react

0.1.0 • Public • Published

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).

Package Sidebar

Install

npm i @joaopalmeiro/eslint-config-react

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

10.1 kB

Total Files

6

Last publish

Collaborators

  • joaopalmeiro