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.jsonto enable debugging. - Install npm packages:
npm init && npm i --save-dev eslint. - Create
app.js. - Update
package.jsonentry point. - Create
eslint.config.jsto enable linting. - Add project to solution.
- Write this file.