Using ESLint in your project is an easy way to reduce those low-value, subjective code-style comments from your pull requests.

It will also prevent real bugs in TypeScript and JavaScript through static analysis.

I’ll explain why it’s so important to use ESLint on your application and I’ll describe the plugins I always add to every new Node.js application.

12 must-have ESlint plugins

  • eslint-plugin-unicorn
  • eslint-plugin-import
  • @typescript-eslint/eslint-plugin
  • eslint-plugin-eslint-comments
  • eslint-plugin-sonarjs
  • eslint-plugin-jest
  • eslint-plugin-nestjs-typed
  • eslint-plugin-promise
  • eslint-plugin-lodash
  • eslint-plugin-no-secrets
  • eslint-plugin-html
  • eslint-plugin-markdown

#eslint #programming #javascript #web-development #node

12 Must-Have ESLint Plugins for your Node.js Application
5.05 GEEK