keeweb/util/prettier.sh

12 lines
228 B
Bash
Raw Normal View History

2019-08-18 08:10:45 +02:00
./node_modules/.bin/prettier --write \
2019-08-18 08:05:38 +02:00
'app/**/*.js' \
'app/**/*.scss' \
'app/**/*.json' \
'app/**/*.html' \
'build/**/*.js' \
'desktop/**/*.js' \
'plugins/**/*.js' \
'util/**/*.js' \
'*.js' \
'package.json'