js-waku/.cspell.json

137 lines
2.1 KiB
JSON
Raw Normal View History

{
"version": "0.1",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
"words": [
"abortable",
"asym",
"backoff",
"backoffs",
"bitjson",
"bitauth",
2021-03-15 16:24:08 +11:00
"bufbuild",
"chainsafe",
"cimg",
2021-07-07 11:23:56 +10:00
"ciphertext",
"circleci",
"codecov",
"commitlint",
"dependabot",
2021-04-07 11:04:30 +10:00
"dingpu",
"Dlazy",
"dnsaddr",
"Dout",
"Dscore",
2021-07-06 15:12:54 +10:00
"ecies",
"editorconfig",
2022-01-13 11:33:26 +11:00
"enr",
"enrs",
"enrtree",
2021-07-07 11:23:56 +10:00
"ephem",
"esnext",
2021-06-22 10:48:54 +10:00
"ethersproject",
"execa",
"exponentiate",
"fanout",
2021-04-22 21:06:28 +10:00
"floodsub",
2021-06-22 10:48:54 +10:00
"fontsource",
"globby",
2021-03-15 15:45:41 +11:00
"gossipsub",
"huilong",
"iasked",
"ihave",
"ihaves",
"ineed",
"ipfs",
"iwant",
"jdev",
2021-10-13 08:09:55 +11:00
"jswaku",
2021-06-22 10:48:54 +10:00
"keccak",
"lastpub",
"libauth",
2021-03-15 15:45:41 +11:00
"libp",
2021-05-19 11:00:43 +10:00
"lightpush",
"livechat",
2022-09-26 10:02:06 +10:00
"Merkle",
"mkdir",
2021-03-15 15:45:41 +11:00
"multiaddr",
"multiaddresses",
2021-03-15 15:45:41 +11:00
"multiaddrs",
2022-06-23 14:19:22 +10:00
"multicodec",
2021-03-15 15:45:41 +11:00
"multicodecs",
2022-06-23 14:19:22 +10:00
"multiformats",
2021-03-15 15:45:41 +11:00
"mplex",
"multihashes",
2021-04-07 11:04:30 +10:00
"muxed",
2021-03-15 15:45:41 +11:00
"muxer",
2022-06-23 14:19:22 +10:00
"muxers",
2021-05-10 15:53:05 +10:00
"mvps",
2021-03-15 15:45:41 +11:00
"nodekey",
2022-04-01 12:19:51 +11:00
"nwaku",
2022-01-13 11:33:26 +11:00
"opendns",
"peerhave",
2022-02-01 12:54:54 +11:00
"portfinder",
"prettierignore",
2021-05-12 13:18:37 +10:00
"proto",
2021-03-15 15:45:41 +11:00
"protobuf",
2021-03-15 16:24:08 +11:00
"protoc",
"reactjs",
"recid",
"rlnrelay",
"roadmap",
"sandboxed",
2022-01-13 11:33:26 +11:00
"scanf",
2021-03-15 15:45:41 +11:00
"secio",
"seckey",
"secp",
2022-01-13 11:33:26 +11:00
"sscanf",
2021-03-15 15:45:41 +11:00
"staticnode",
"statusim",
2021-03-15 16:24:08 +11:00
"submodule",
"submodules",
2021-08-05 16:21:16 +10:00
"supercrypto",
"transpiled",
"typedoc",
2021-08-30 15:13:03 +10:00
"unencrypted",
2022-06-23 14:19:22 +10:00
"unmarshal",
2021-08-05 16:21:16 +10:00
"unmount",
"unmounts",
2021-03-05 09:41:03 +11:00
"untracked",
2021-03-15 15:45:41 +11:00
"upgrader",
2021-05-14 15:58:09 +10:00
"vacp",
"varint",
2021-03-15 16:24:08 +11:00
"waku",
"wakuconnect",
2021-05-14 13:56:00 +10:00
"wakuv",
"wakunode",
"webfonts",
2021-06-29 16:21:32 +10:00
"websockets",
2021-08-13 11:06:03 +10:00
"wifi",
2022-05-29 18:32:18 +02:00
"xsalsa20",
"Alives"
],
"flagWords": [],
"ignorePaths": [
"package.json",
"package-lock.json",
"yarn.lock",
"tsconfig.json",
2021-03-15 15:45:41 +11:00
"node_modules/**",
"build",
2021-04-07 11:04:30 +10:00
"gen",
"proto",
"*.spec.ts"
2022-05-13 17:06:34 +10:00
],
"patterns": [
{
"name": "import",
"pattern": "/import .*/"
2022-09-13 13:37:52 +10:00
},
{
"name": "multiaddr",
"pattern": "//dns4/.*/"
2022-05-13 17:06:34 +10:00
}
],
2022-09-13 13:37:52 +10:00
"ignoreRegExpList": ["import", "multiaddr"]
}