eslint-config-next
ESLint config for Next.js
Install
npm install -D @casper124578/eslint-config @casper124578/eslint-config-react @casper124578/eslint-config-next
Usage
Use extends
in your ESLint config
{
"extends": ["@casper124578/eslint-config", "@casper124578/eslint-config-react", "@casper124578/eslint-config-next"]
}