development
Setup ESLint and Prettier globally for VSCode
ESLint is a powerful linting tool that helps developers identify and fix errors in their code. By configuring ESLint globally for VSCode, you can ensure that all your projects use the same linting rules and avoid having to set up ESLint for each project individually