aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.cjs
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-09-10 18:10:02 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-09-10 18:10:02 +0200
commit463dcf389869d881f70716bafa4609ee8395ac6c (patch)
tree8657cd002940c6e6d28e154a56fb9720e7436ed9 /.prettierrc.cjs
parent22842afa4f980709b07dae48acfee7f26a0b20d9 (diff)
chore: update dependencies to latest versions
- bump @astrojs/mdx from 4.3.4 to 4.3.5 - bump astro from 5.13.5 to 5.13.7 - bump sass from 1.92.0 to 1.92.1
Diffstat (limited to '.prettierrc.cjs')
-rw-r--r--.prettierrc.cjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierrc.cjs b/.prettierrc.cjs
index 1b180e2..761c284 100644
--- a/.prettierrc.cjs
+++ b/.prettierrc.cjs
@@ -1,5 +1,6 @@
/** @type {import("prettier").Config} */
module.exports = {
+ svelteBracketNewLine: true,
plugins: ["prettier-plugin-astro"],
overrides: [
{