1.1.2 • Published 1 year ago

@raulscoelho/eslint-config v1.1.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

RaulSCoelho ESLint config

Setup

React (with Next.js)

Install dependencies:

npm i -D eslint @raulscoelho/eslint-config

Inside .eslintrc.json

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

Node.js

Install dependencies:

npm i -D eslint @raulscoelho/eslint-config

Inside .eslintrc.json

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