Skip to content

Commit

Permalink
chore: update .cspell.json
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Mar 1, 2024
1 parent 61780c7 commit 24a0c82
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log"],
"ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log", "/lib"],
"useGitignore": true,
"language": "en",
"words": ["dataurl", "devpool", "outdir", "servedir"],
"dictionaries": ["typescript", "node", "software-terms"],
"words": [
"libsodium",
"keypair",
"URLSAFE",
"scalarmult",
"URLSAFE",
"binkey",
"URLSAFE",
"binsec",
"binsec",
"binkey",
"URLSAFE",
"URLSAFE",
"scalarmult",
],
"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}"]
}

0 comments on commit 24a0c82

Please sign in to comment.