From 5dd13f44c5c536c9c227fa4fc133791d0dac3648 Mon Sep 17 00:00:00 2001 From: damyanpetev Date: Wed, 21 Jan 2026 16:51:35 +0200 Subject: [PATCH] chore: add cspell config ignores --- cspell.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cspell.json diff --git a/cspell.json b/cspell.json new file mode 100644 index 0000000..6e79cfe --- /dev/null +++ b/cspell.json @@ -0,0 +1,10 @@ +{ + "ignoreRegExpList": [ + "θ" + ], + "words": [ + "exportparts", + "aria-labelledby", + "webcomponents" + ] +}