From dba553e5d80904c0468a231dec618f9de567637d Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 26 May 2026 09:38:56 +0200 Subject: [PATCH] feat: add proselint config --- .config/proselint/config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/proselint/config.json diff --git a/.config/proselint/config.json b/.config/proselint/config.json new file mode 100644 index 0000000..25a7652 --- /dev/null +++ b/.config/proselint/config.json @@ -0,0 +1,5 @@ +{ + "checks": { + "typography.symbols.curly_quotes": false + } +}