We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1e372 commit 61d9934Copy full SHA for 61d9934
.pre-commit-config.yaml
@@ -0,0 +1,8 @@
1
+# https://pre-commit.com/
2
+# Runs prettier on changed files as part of git commit
3
+
4
+repos:
5
+ - repo: https://github.com/pre-commit/mirrors-prettier
6
+ rev: v3.0.0
7
+ hooks:
8
+ - id: prettier
0 commit comments