Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 470 Bytes

contributing.md

File metadata and controls

12 lines (9 loc) · 470 Bytes

VSCode ESLint

Build Status

Extension to integrate ESLint into VSCode.

Development setup

  • run npm install
  • open VS Code
  • Run the watch task to compile the client and server
  • To run/debug the extension use the Launch Extension launch configuration
  • to debug the server use the Attach to Server launch configuration