Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nolros opened this issue Jun 13, 2023 · 0 comments
Open

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

nolros opened this issue Jun 13, 2023 · 0 comments
Labels
comments Comments section for an article.

Comments

@nolros
Copy link

nolros commented Jun 13, 2023

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
  },

@nolros nolros added the comments Comments section for an article. label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comments Comments section for an article.
Projects
None yet
Development

No branches or pull requests

1 participant