js-waku/.cspell.json

126 lines
1.9 KiB
JSON
Raw Normal View History

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