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.