keeweb/util/prettier.sh

12 lines
228 B
Bash
Executable File

./node_modules/.bin/prettier --write \
'app/**/*.js' \
'app/**/*.scss' \
'app/**/*.json' \
'app/**/*.html' \
'build/**/*.js' \
'desktop/**/*.js' \
'plugins/**/*.js' \
'util/**/*.js' \
'*.js' \
'package.json'