AleksandrHovhannisyan / aleksandrhovhannisyan.com

My online resume and blog, created with 11ty, Sass, and JavaScript.
https://aleksandrhovhannisyan.com/
113 stars 26 forks source link

After endless search I found this article. A lifesaver! Thanks #182

Open nolros opened 1 year ago

nolros commented 1 year ago

FWIW this line did the job

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

versus what I had didnt work

  "[vue]": {
    "editor.defaultFormatter": "dbaeumer.vscode-eslint",
    "editor.formatOnSave": true
  },
  "[javascript]": {
    "editor.defaultFormatter": "dbaeumer.vscode-eslint",
    "editor.formatOnSave": true
  },