next-enterprise icon indicating copy to clipboard operation
next-enterprise copied to clipboard

Stricter eslint

Open The-Code-Monkey opened this issue 9 months ago • 1 comments

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

The-Code-Monkey avatar Apr 30 '24 22:04 The-Code-Monkey

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

bmstefanski avatar May 10 '24 15:05 bmstefanski