Skip to content

Commit e31eb97

Browse files
committed
Revert pre-commit changes
Signed-off-by: Ivan Boothe <[email protected]>
1 parent a02db92 commit e31eb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo "* ${BOLD}Testing and formatting:${NC}"
4646
# it's accurately represented in the exit code.
4747
GLOBIGNORE='**/boilerplate/**:boilerplate/**' &&
4848
shellcheck --check-sourced ./*.sh &&
49-
prettier --ignore-unknown --write .
49+
prettier --write .
5050

5151
# Capture exit code from tests
5252
status=$?

0 commit comments

Comments
 (0)