Merge remote-tracking branch 'origin/master' into master

This commit is contained in:
Michael Wolf
2020-08-12 14:06:10 -05:00
4 changed files with 29 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ if [[ $file_type = "javascript" || \
$file_type = "html" || \
$file_type = "jsx" || \
$file_type = "tsx" || \
$file_type == "css" || \
$file_type == "scss" || \
$file_type = "sh" ]]; then
out=$(npx prettier --check $file 2>&1 >/dev/null)
retval="$?"