Formating .htm removed

This commit is contained in:
Your Name 2021-08-04 12:35:49 +02:00
parent 7024bd0a77
commit 5bf71f2ea4

View File

@ -11,6 +11,6 @@
}, },
"scripts": { "scripts": {
"preinstall": "git config core.hooksPath .hooks", "preinstall": "git config core.hooksPath .hooks",
"format": "prettier --write './**/*.{php,html,htm,yaml}'" "format": "prettier --write './**/*.{php,html,yaml}'"
} }
} }