Add ESLINT to Node.js projects

MD
S
Markdown

ESLINT is the de-facto and official tool for linting TypeScript projects

npm install --save-dev eslint@7.32.0 eslint-config-prettier eslint-config-standard eslint-plugin-import eslint-plugin-jsdoc eslint-plugin-no-null eslint-plugin-node eslint-plugin-promise @typescript-eslint/eslint-plugin @typescript-eslint/parser

// package.json "lint-fix": "npx eslint ./src --quiet --fix --ext .ts", "lint": "npx eslint ./src --quiet --ext .ts",

Created on 10/11/2021