issues
search
hjeti
/
vue-skeleton
A Vue skeleton
MIT License
108
stars
21
forks
source link
Add fix command that runs all linters with --write
#94
Closed
art0rz
closed
5 years ago
art0rz
commented
5 years ago
This PR does the following:
add npm-run-all
add lint:prettier command, which runs prettier without --write and remove prettify command
add lint command which is a shorthand for lint:*
add fix:
commands which run all linters with write options enabled + fix shorthand that runs fix:
run fix on project
This PR does the following: