From 65b816f1326463cf6c4c45f3716ea54bb0973be1 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 13 Jun 2025 09:38:03 -0400 Subject: [PATCH] we know this guy --- cspell.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index d9f9586b0..643d2a42d 100644 --- a/cspell.json +++ b/cspell.json @@ -53,6 +53,7 @@ "dropdowns", "easings", "ecommerce", + "eleventy", "elif", "endfor", "endmarkdown", @@ -229,6 +230,8 @@ "src/translations/!(en).ts", "**/*.min.js" ], - "ignoreRegExpList": ["(^|[^a-z])sl[a-z]*(^|[^a-z])"], + "ignoreRegExpList": [ + "(^|[^a-z])sl[a-z]*(^|[^a-z])" + ], "useGitignore": true }