this is the configuration of lint:
"lint": "eslint-- ext-- fix .js,. Vue src test/unit test/e2e/specs",
there are many double quotes in a file that need to be changed into single quotation marks, so I want to use eslint to automatically fix the code, but keep reporting errors like this, can anyone help me answer