Skip to content

joaaomanooel/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.