summaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-06-03 21:50:17 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-06-03 21:50:17 -0400
commit4d129b527ee5d3a536849209c2a4e86a64190a5d (patch)
tree42d053411530244731f1b8960a8a0a221a113f8c /.prettierrc
parentca999deb0fdaf2592760e28f540554299e420bd3 (diff)
downloadcarpentertutoring-4d129b527ee5d3a536849209c2a4e86a64190a5d.tar.xz
carpentertutoring-4d129b527ee5d3a536849209c2a4e86a64190a5d.zip
done with cobalt migration
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..a1f4f2e
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,8 @@
+{
+ "overrides": [
+ {
+ "files": "*.liquid",
+ "options": { "parser": "html" }
+ }
+ ]
+}