1.0.2 • Published 1 year ago

@andrebrito16/eslint-config v1.0.2

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

My Personal ESLint config

Setup

Next.js

  1. Install dependencies:
npm i -D eslint @andrebrito16/eslint-config
  1. Modify eslintrc.json:
{
  "extends": [
    "@andrebrito16/eslint-config/next",
    "next/core-web-vitals"
  ]
}