Learn to configure ESLINT and PRETTIER in React
Why linting your code is important?
Linting will checks out the code without executing it.
The best part of a linter is finding potential errors in your code that don’t look like them.
ESLint ✍️
ESLint parses your code, analyses it, and runs linti...
suprabhasupi.hashnode.dev7 min read