Closed nigrosimone closed 2 weeks ago
Sorry, I'm not interested in having these things in the project
Why not? eslint, cspell and prettier are must to have in large project with multiple contributors. ESLint enables developers to discover problems with their code without actually executing their code. Prettier enforces a consistent code style across your entire codebase.
I find linters and prettier to be distrupting my workflow and code style a lot. And spell checkers to have false positives often.
Ok, I undestand. I have also added extensions for VSCode that help and a "fix" command for autofix. Try It. It's not invasive and help a lot.
add eslint, cspell, prettier
also check linting, formatting and spelling
This PR cause a massive changes due to follow linting, formatting and spelling best practice