diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-03 21:50:17 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-03 21:50:17 -0400 |
commit | 4d129b527ee5d3a536849209c2a4e86a64190a5d (patch) | |
tree | 42d053411530244731f1b8960a8a0a221a113f8c /.prettierrc | |
parent | ca999deb0fdaf2592760e28f540554299e420bd3 (diff) | |
download | carpentertutoring-4d129b527ee5d3a536849209c2a4e86a64190a5d.tar.xz carpentertutoring-4d129b527ee5d3a536849209c2a4e86a64190a5d.zip |
done with cobalt migration
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 8 |
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" } + } + ] +} |