mirror of
https://github.com/waku-org/js-noise.git
synced 2025-02-23 00:18:27 +00:00
27 lines
534 B
JSON
27 lines
534 B
JSON
{
|
|
"version": "0.1",
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
"language": "en",
|
|
"words": ["Waku", "keypair", "nwaku"],
|
|
"flagWords": [],
|
|
"ignorePaths": [
|
|
"package.json",
|
|
"package-lock.json",
|
|
"yarn.lock",
|
|
"tsconfig.json",
|
|
"node_modules/**",
|
|
"build",
|
|
"gen",
|
|
"proto",
|
|
"*.spec.ts",
|
|
"src/resources.ts"
|
|
],
|
|
"patterns": [
|
|
{
|
|
"name": "import",
|
|
"pattern": "/import .*/"
|
|
}
|
|
],
|
|
"ignoreRegExpList": ["import"]
|
|
}
|