mirror of https://github.com/keeweb/keeweb
15 lines
324 B
Bash
Executable File
15 lines
324 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' \
|
|
'!app/lib/*.js' \
|
|
'!app/scripts/locales/de-DE.json' \
|
|
'!app/scripts/locales/fr-FR.json'
|