Tag: node

  • Setup Code Linting in VSCode for Express Typescript Server with Eslint

    Configuring ESlint for our Express Typescript Project with VScode When setting up eslint for a project we usually have 3 options (choose any one ): 1. Install Eslint globally We will install eslint dependency globally (means it will be available for all projects on your machine, cool!) using npm using yarn Run eslint 2. Install […]