This commit is contained in:
Your Name 2021-08-04 01:29:20 +02:00
parent 8978db32ce
commit 7ee76e1f70

View File

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