js-waku/.cspell.json

80 lines
1.3 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",
"cimg",
"circleci",
"codecov",
"commitlint",
"dependabot",
2021-04-07 01:04:30 +00:00
"dingpu",
"Dlazy",
"Dout",
"Dscore",
"editorconfig",
"esnext",
"execa",
"exponentiate",
"fanout",
2021-04-22 11:06:28 +00:00
"floodsub",
"globby",
2021-03-15 04:45:41 +00:00
"gossipsub",
"iasked",
"ihave",
"ihaves",
"ineed",
"iwant",
"jdev",
"lastpub",
"libauth",
2021-03-15 04:45:41 +00:00
"libp",
"livechat",
"mkdir",
2021-03-15 04:45:41 +00:00
"multiaddr",
"multiaddrs",
"multicodecs",
"mplex",
2021-04-07 01:04:30 +00:00
"muxed",
2021-03-15 04:45:41 +00:00
"muxer",
"nodekey",
"peerhave",
"prettierignore",
2021-03-15 04:45:41 +00:00
"protobuf",
2021-03-15 05:24:08 +00:00
"protoc",
"reactjs",
"rlnrelay",
"sandboxed",
2021-03-15 04:45:41 +00:00
"secio",
"staticnode",
"statusim",
2021-03-15 05:24:08 +00:00
"submodule",
"submodules",
"transpiled",
"typedoc",
"unmounts",
2021-03-04 22:41:03 +00:00
"untracked",
2021-03-15 04:45:41 +00:00
"upgrader",
2021-03-15 05:24:08 +00:00
"waku",
"wakunode",
"webfonts",
"websockets"
],
"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"
]
}