Skip to content

Instantly share code, notes, and snippets.

View andepraveenofficial's full-sized avatar

Ande Praveen andepraveenofficial

View GitHub Profile
@andepraveenofficial
andepraveenofficial / README.md
Created July 26, 2024 16:25 — forked from piyushgarg-dev/README.md
Kafka Crash Course

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