Skip to content

Commit

Permalink
Shorter Prettifier output
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Oct 28, 2020
1 parent a8845d1 commit f2329fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ help: # prints all make targets

lint: # lints all files
${CURDIR}/node_modules/.bin/eslint --ext .ts . &
${CURDIR}/node_modules/.bin/prettier -c . &
${CURDIR}/node_modules/.bin/prettier --list-different . &
${CURDIR}/node_modules/.bin/tsc --noEmit

setup: # sets up the installation on this machine
Expand Down

0 comments on commit f2329fe

Please sign in to comment.