VSCode - shortcut for eslint fix

0 votes
1,262 views
added Dec 2, 2021 in VSCode by lcjr First Warrant Officer (11,830 points)

This method only works if ESLint extension is installed on your VSCode:

  1. CTRL+SHIFT+P to open the Command Palette.
  2. Search for ESLint: Fix all auto-fixable Problems
  3. Press ENTER (or RETURN ).
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...