@chotot/eslint-config-next
v1.5.1
Published
Chotot's ESLint config for Next.js application
Downloads
84
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-next
Usage
.eslintrc.json
{
"extends": ["@chotot/next"]
}