Skip to content

ArthurPedroti/eslint-config-arthurpedroti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arthur Pedroti ESLint config

Whats included?

  • Standard config base;
  • React plugin;
  • React Hooks plugin;
  • JSX a11y plugin;
  • Prettier;

Setup

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published