@mikerophone/eslint-config-next

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i @mikerophone/eslint-config-next

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

2.02 kB

Total Files

3

Last publish

Collaborators

  • mikerophone