inkyboo/Makefile

4 lines
115 B
Makefile
Raw Normal View History

lint:
npx prettier --write --single-quote --tab-width=4 --print-width=120 index.js *.{html,css,md}
dev:
npx serve