2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

chore(root): add cspell

This commit is contained in:
Even Stensberg
2025-02-16 13:50:10 +01:00
parent 7906f9d560
commit 7b3980a5e2
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"]
}