0👍
You are running ESLint with the option –fix, which changes the source file according to the given rules, see ESLint CLI docs.
If you run the lint script a second time, there should be no error because the file has already be changed to match the rules. If there still is an error, there must be something wrong with the lint rules.
I would expect no errors if you use the modified source file in the buildscript.
- [Vuejs]-VueJS3 extra "/" in route
- [Vuejs]-How to import third party component in blade file while using vue?
Source:stackexchange.com