1.1.0 • Published 2 years ago

@almachado/eslint-config v1.1.0

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

ESLint config

Standart eslint config for React. Includes:

  • React plugin
  • React hook plugin
  • Prettier

Setup

  1. Install dependencies
npm i -D eslint arli/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "arli/eslint-config/react"
}