We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f196f commit acc74c9Copy full SHA for acc74c9
.husky/pre-commit
@@ -0,0 +1,5 @@
1
+G='\033[0;32m'
2
+P='\033[0;35m'
3
+CLEAN='\033[0;0m'
4
+
5
+yarn run check:mdx || (echo -e "${G}Hint:${CLEAN} execute ${P}yarn run format:mdx${CLEAN} to format files" && exit 1)
0 commit comments