Blazity / next-enterprise

💼 An enterprise-grade Next.js boilerplate for high-performance, maintainable apps. Packed with features like Tailwind CSS, TypeScript, ESLint, Prettier, testing tools, and more to accelerate your development.
https://next-enterprise.vercel.app
MIT License
6.08k stars 1.57k forks source link

Stricter eslint #294

Closed The-Code-Monkey closed 3 months ago

The-Code-Monkey commented 4 months ago

I feel like the eslint structure is too weak could be made much stricter for more consistent code, e.g. eslint-config-hardcore

bmstefanski commented 4 months ago

Hi @The-Code-Monkey , thanks for suggestion

What value would eslint-config-hardcore bring? I always prefer having a flexible convention instead of forcing anything, especially if it's eslint config - in my experience in real world codebases it ends up creating a lot of // ts-ignore comments even though every developer knows that they shouldn't use it

It's possible for you to use that package though, just extend your config with that