Npm run lint reported an error

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

Npm
May.02,2021

look at this, it should mean that the ext parameter needs to pass a value

try

eslint --fix --ext .js,.vue src test/unit test/e2e/specs
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3dbbf-40944.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3dbbf-40944.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?