0.1.3 • Published 2 years ago

@manoel_joaoo/eslint-config v0.1.3

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

ESLint config

Whats included?

  • React plugin;
  • React Hooks plugin;
  • Prettier;
  • Typescript;

Setup

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

You can also use a .eslintrc.js instead of JSON if you prefer.