0.0.2 • Published 3 years ago

@mikerophone/eslint-config-next v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

eslint-config-next

ESLint config for Next.js

Install

npm install -D @mikerophone/eslint-config @mikerophone/eslint-config-react @mikerophone/eslint-config-next

Usage

Use extends in your ESLint config

{
  "extends": [
    "@mikerophone/eslint-config",
    "@mikerophone/eslint-config-react",
    "@mikerophone/eslint-config-next"
  ]
}

Included plugins