🔧 Added cspell configuration for spelling checks

This commit is contained in:
Thomas Müller
2025-04-29 13:42:20 +02:00
parent 80a43072e6
commit 1d2e78dde7
+6
View File
@@ -0,0 +1,6 @@
{
"version": "0.2",
"language": "en",
"words": ["tslib", "typefest", "lefthook"],
"ignorePaths": ["dist", "node_modules", "public", "coverage", "*.svg"]
}