Skip to content

Instantly share code, notes, and snippets.

View muco-rolle's full-sized avatar
🏠
Working from home

Trésor Muco muco-rolle

🏠
Working from home
View GitHub Profile

Setup Eslint Prettier and Husky in Node JS Typescript Project

1. ESLint

  • Step 1 - Install the dependencies

    • eslint
      • ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.
      • npm install --save-dev eslint
    • typescript-eslint/parser