js-rln/.cspell.json

27 lines
564 B
JSON
Raw Normal View History

2022-09-06 12:06:19 -04:00
{
2022-09-07 12:22:54 +10:00
"version": "0.1",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
2022-09-23 21:35:17 -04:00
"words": ["Waku", "keypair", "merkle", "zkey", "circom", "zerokit"],
2022-09-07 12:22:54 +10:00
"flagWords": [],
"ignorePaths": [
"package.json",
"package-lock.json",
"yarn.lock",
"tsconfig.json",
"node_modules/**",
"build",
"gen",
"proto",
2022-09-23 21:35:17 -04:00
"*.spec.ts",
"src/resources.ts"
2022-09-07 12:22:54 +10:00
],
"patterns": [
{
"name": "import",
"pattern": "/import .*/"
}
],
"ignoreRegExpList": ["import"]
}