T3 ESLint Not Following Next.js Official ESLint Docs
T3: https://github.com/t3-oss/create-t3-app/blob/55fd7711a1376de8dbf22aff43af6acb8dcbafd2/cli/template/base/_eslintrc.cjs#L22
Next.js: https://nextjs.org/docs/app/building-your-application/configuring/eslint#additional-configurations
Isn't extending the
next
eslint config should be after any other config besides prettier
???
Please help me understand it.Configuring: ESLint
Next.js provides an integrated ESLint experience by default. These conformance rules help you use Next.js in an optimal way.
GitHub
create-t3-app/cli/template/base/_eslintrc.cjs at 55fd7711a1376de8db...
The best way to start a full-stack, typesafe Next.js app - create-t3-app/cli/template/base/_eslintrc.cjs at 55fd7711a1376de8dbf22aff43af6acb8dcbafd2 · t3-oss/create-t3-app
1 Reply
T3 doesnt use the app router yet, the next eslint is newer
also it extends next/core-web-vitals