js-waku/web-chat/.cspell.json

75 lines
1.2 KiB
JSON
Raw Normal View History

2021-04-21 00:49:19 +00:00
{
"version": "0.1",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
"words": [
"backoff",
"backoffs",
"bitjson",
"bitauth",
"bufbuild",
"cimg",
"circleci",
"codecov",
"commitlint",
"dependabot",
"dingpu",
"Dlazy",
"Dout",
"Dscore",
"editorconfig",
"esnext",
"execa",
"exponentiate",
"fanout",
"globby",
"gossipsub",
"iasked",
"ihave",
"ihaves",
"ineed",
"iwant",
"lastpub",
"libauth",
"libp",
"mkdir",
"multiaddr",
"multiaddrs",
"multicodecs",
"mplex",
"muxed",
"muxer",
"nodekey",
"peerhave",
"prettierignore",
"protobuf",
"protoc",
"rlnrelay",
"sandboxed",
"secio",
"staticnode",
"submodule",
"submodules",
"transpiled",
"typedoc",
"unmounts",
"untracked",
"upgrader",
"waku",
"wakunode",
2021-04-23 05:21:51 +00:00
"webfonts",
2021-04-21 00:49:19 +00:00
"websockets"
],
"flagWords": [],
"ignorePaths": [
"package.json",
"package-lock.json",
"yarn.lock",
"tsconfig.json",
"node_modules/**",
"build",
"gen",
"proto"
]
}