Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 421 Bytes

File metadata and controls

11 lines (10 loc) · 421 Bytes

This file explains how Visual Studio created the project.

The following steps were used to generate this project:

  • Create project file (NodeConsoleApp1.esproj).
  • Create launch.json to enable debugging.
  • Install npm packages: npm init && npm i --save-dev eslint.
  • Create app.js.
  • Update package.json entry point.
  • Create eslint.config.js to enable linting.
  • Add project to solution.
  • Write this file.