2.0.0-23 • Published 1 year ago
@dudeofawesome/eslint-config-nextjs v2.0.0-23
@dudeofawesome/eslint-config-nextjs
My Next.JS eslint config
The easiest way to get started with this project is to use our setup script.
Usage
Install this config plugin as a dev dependency.
npm i -D @dudeofawesome/eslint-config-nextjs
Add the plugin to your
eslintrc
.extends: - '@dudeofawesome/eslint-config' - '@dudeofawesome/eslint-config-nextjs'
You might also want to specify an
ecmaVersion
.parserOptions: ecmaVersion: 2022