Closed pro2s closed 5 years ago
hmm this project uses eslint. And you are not following prettier rules may be.
Run this command
$ npm run lint
Run this command $ npm run lint
d:\git\bigTest>npm run lint
> @ lint d:\git\bigTest
> eslint --ext .js,.vue resources/js
Ha it's because of BC of the 1.15 prettier version, which have vue js support natively, so conflict with vue-eslint rules... I'll look into it ASAP. But i recommand you to use Yarn instead of npm, so it will take the good 1.14 version of prettier thanks to yarn.lock
Fixed, works now with prettier 1.15
Hi, I found that when executing a command "npm run build" in the console a lot of prettier errors. For example:
Is this an issue in my environment or in another?
Windows 10.0.17713 npm v4.2.0 node v6.9.5, node v10.13.0