chore(root): add cspell

This commit is contained in:
Even Stensberg 2025-02-16 13:50:10 +01:00
parent 7906f9d560
commit 7b3980a5e2
No known key found for this signature in database
GPG key ID: 3865A86FA6FDA9B2
3 changed files with 1155 additions and 0 deletions

17
.cspell.json Normal file
View file

@ -0,0 +1,17 @@
{
"version": "0.2",
"language": "en,en-gb",
"words": [],
"dictionaries": [
"npm",
"softwareTerms",
"node",
"html",
"css",
"bash",
"en-gb",
"misc"
],
"ignorePaths": ["package.json", "package-lock.json", "node_modules"]
}