#eslint
Read more stories on Hashnode
Articles with this tag
When we are working on a project of the most common problem is the code quality, for that reason, there are several tools that can be integrated into...
First of all, we need to install ESLint npm i eslint --save-dev Install ESLint plugins npx install-peerdeps --dev eslint-config-airbnb Note: with a...