@chotot/eslint-config-next
v1.5.3
Published
Chotot's ESLint config for Next.js application
Readme
@chotot/eslint-config-next
ESLint config for Chotot Next.js applications. Containing roughly 350 rules, including 85 TypeScript rules from @typescript-eslint/eslint-plugin.
Install
pnpm add -D @chotot/eslint-config-nextUsage
.eslintrc.json
{
"extends": ["@chotot/next"]
}