We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a1e1ff + 3d0468f commit eee7aa5Copy full SHA for eee7aa5
1 file changed
_typos.toml
@@ -1,10 +1,12 @@
1
# Typos (spell checker) — used by .github/workflows/typos.yml
2
-# Large i18n bundles and lockfiles are excluded to avoid false positives.
+# Large i18n bundles, multilingual SEO keywords, and lockfiles are excluded — typos is
3
+# English-oriented and flags correct French/German/… text as misspellings.
4
5
[files]
6
extend-exclude = [
7
"SortVision/pnpm-lock.yaml",
8
"SortVision/src/context/LanguageContext.jsx",
9
+ "SortVision/src/utils/seo.js",
10
"SortVision/public/**",
11
"**/*.min.js",
12
]
0 commit comments