Skip to content

thiagobrolly/eslint-config-thiagobrolly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThiagoBrolly ESLint config

Whats included?

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

Setup

React (with Next.js)

Install dependencies:

npm i -D eslint @thiagobrolly/eslint-config

Inside .eslintrc.json

{
  "extends": [
    "@thiagobrolly/eslint-config/next", 
    "next/core-web-vitals"
  ]
}

React (without Next.js)

Install dependencies:

npm i -D eslint @thiagobrolly/eslint-config

Inside .eslintrc.json

{
  "extends": "@thiagobrolly/eslint-config/react"
}

Node.js

Install dependencies:

npm i -D eslint @thiagobrolly/eslint-config

Inside .eslintrc.json

{
  "extends": "@thiagobrolly/eslint-config/node"
}

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

About

ESLint configuration used by ThiagoBrolly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published