summaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-08-28 22:18:45 -0400
committer53hornet <atc@53hor.net>2021-08-28 22:18:45 -0400
commit1313ba8a5845cc361495fbc8b197f35336e02a16 (patch)
treec4f7b8ea83b35dd959ab2ffa8616a4c9ea08dd33 /.prettierrc.json
parent7494b946920bf93fa12ac1fc71a07b1165a203e2 (diff)
downloadcarpentertutoring-evals.tar.xz
carpentertutoring-evals.zip
feat(evals): moved from PHP to Rust+Warpevals
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
deleted file mode 100644
index a455f4e..0000000
--- a/.prettierrc.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "proseWrap": "always",
- "overrides": [
- {
- "files": "*.liquid",
- "options": {
- "parser": "html"
- }
- }
- ]
-}