js-rln/.cspell.json

48 lines
839 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",
"words": [
"arrayify",
"circom",
"keypair",
"merkle",
"nwaku",
2023-02-24 15:36:27 +11:00
"rlnjs",
"sepolia",
"vkey",
"Waku",
"zerokit",
"zkey",
"Keccak",
"keccak",
"chainsafe",
"kdfparams",
"ciphertext",
"cipherparams",
"codegen",
"hexlify",
"Arraylike"
],
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/*",
"src/contract/constants.ts"
2022-09-07 12:22:54 +10:00
],
"patterns": [
{
"name": "import",
"pattern": "/import .*/"
}
],
"ignoreRegExpList": ["import"]
}