diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-15 14:36:14 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-15 14:36:14 -0400 |
commit | e03b071124b439714105f7614f2a9ecdc4eb8f3b (patch) | |
tree | 18f2c532d5fc80478f4cf2fd7a6f657725647a0a /.prettierrc | |
parent | 66b99b266dad7db86a28ca653bb62208b89fc7a5 (diff) | |
download | carpentertutoring-e03b071124b439714105f7614f2a9ecdc4eb8f3b.tar.xz carpentertutoring-e03b071124b439714105f7614f2a9ecdc4eb8f3b.zip |
moved policies to their own page, updated them
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 439d411..0000000 --- a/.prettierrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "proseWrap": "always", - "overrides": [ - { - "files": "*.liquid", - "options": { - "parser": "html" , - } - } - ] -} |