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
Please help me understand it.
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.
Next.js provides an integrated ESLint experience by default. These conformance rules help you use Next.js in an optimal way.
GitHub
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