feat: restore prettier (#2630)

This commit is contained in:
Julien Fontanet
2018-02-08 17:45:16 +01:00
committed by GitHub
parent bf5daa1a9b
commit 8b155b62dc
6 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
set -eu
format_files () {
eslint --fix "$@"
prettier --write "$@"
eslint --ignore-pattern '!*' --fix "$@"
}
test_files () {
jest --findRelatedTests --passWithNoTests "$@"