Skip to content

Commit

Permalink
chore: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 12, 2024
1 parent c146e19 commit 32f38b6
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log", "/lib"],
"ignorePaths": [
"**/*.json",
"**/*.css",
"node_modules",
"**/*.log",
"/lib"
],
"useGitignore": true,
"language": "en",
"words": [
Expand Down Expand Up @@ -41,9 +47,21 @@
"URLSAFE",
"WXDAI",
"XDAI",
"xmark"
"xmark",
"outfile"
],
"dictionaries": [
"typescript",
"node",
"software-terms",
"html"
],
"import": [
"@cspell/dict-typescript/cspell-ext.json",
"@cspell/dict-node/cspell-ext.json",
"@cspell/dict-software-terms"
],
"dictionaries": ["typescript", "node", "software-terms", "html"],
"import": ["@cspell/dict-typescript/cspell-ext.json", "@cspell/dict-node/cspell-ext.json", "@cspell/dict-software-terms"],
"ignoreRegExpList": ["[0-9a-fA-F]{6}"]
}
"ignoreRegExpList": [
"[0-9a-fA-F]{6}"
]
}

0 comments on commit 32f38b6

Please sign in to comment.