79191941

Date: 2024-11-15 10:21:26
Score: 1
Natty:
Report link

Finally, I came up with this command :

(using parsers to recognize nuxt vue and typescript languages)

"fix-one-rule": "eslint --fix --parser vue-eslint-parser --parser-options \"{'parser': '@typescript-eslint/parser'}\" --rule \"{'semi': ['error', 'never']}\""

this one didn't show any console error, however it didn't fix the semi-commas neither, so I decided just to use the Eslint extension, hover to one of this warnings and inside the Quick-fix, just select correct all instances of this error in this page. It is not optimal because I need to go through all the files of the project, but it is one option.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: CBD