Allow for html
This commit is contained in:
@@ -15,7 +15,8 @@ if [[ $file_type == "javascript" || \
|
||||
$file_type == "vue" || \
|
||||
$file_type == "css" || \
|
||||
$file_type == "typescript" || \
|
||||
$file_type == "php" ]] ; then
|
||||
$file_type == "php" || \
|
||||
$file_type == "html" ]] ; then
|
||||
out=$(npx prettier --write $file)
|
||||
retval="$?"
|
||||
success_retval=0
|
||||
|
||||
Reference in New Issue
Block a user