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 }