Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 500 Bytes

EDITORS.md

File metadata and controls

15 lines (10 loc) · 500 Bytes

Editors

Visual Studio Code

Make sure you have a recent version of the ESLint extension.

Enable auto-save

Add the following to your User (all projects) or Workspace (specific project) settings (Select Code/Preferences/Settings and then search for "Code Actions On Save" and click the Edit in settings.json link).

  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },