aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.cjs
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-04-11 16:20:14 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-04-11 16:20:14 +0200
commit56f6a63ff90d6ad648b99c2d0eea7dd4cd6f888a (patch)
treeed034997ae42af8be75a4c0fb26e77c241d976cc /.prettierrc.cjs
parente3141794b95e534656427fadf0354435c62254d6 (diff)
Use MDX instead of markdown
Diffstat (limited to '.prettierrc.cjs')
-rw-r--r--.prettierrc.cjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.prettierrc.cjs b/.prettierrc.cjs
index c3a95df..1b180e2 100644
--- a/.prettierrc.cjs
+++ b/.prettierrc.cjs
@@ -8,5 +8,5 @@ module.exports = {
parser: "astro",
},
},
- ]
+ ],
};