mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 13:04:41 +00:00
Use one cspell file for all project inc examples
This commit is contained in:
parent
316edff778
commit
94ff4ca40f
@ -30,9 +30,11 @@
|
||||
"ihaves",
|
||||
"ineed",
|
||||
"iwant",
|
||||
"jdev",
|
||||
"lastpub",
|
||||
"libauth",
|
||||
"libp",
|
||||
"livechat",
|
||||
"mkdir",
|
||||
"multiaddr",
|
||||
"multiaddrs",
|
||||
@ -45,10 +47,12 @@
|
||||
"prettierignore",
|
||||
"protobuf",
|
||||
"protoc",
|
||||
"reactjs",
|
||||
"rlnrelay",
|
||||
"sandboxed",
|
||||
"secio",
|
||||
"staticnode",
|
||||
"statusim",
|
||||
"submodule",
|
||||
"submodules",
|
||||
"transpiled",
|
||||
@ -58,6 +62,7 @@
|
||||
"upgrader",
|
||||
"waku",
|
||||
"wakunode",
|
||||
"webfonts",
|
||||
"websockets"
|
||||
],
|
||||
"flagWords": [],
|
||||
|
@ -1,78 +0,0 @@
|
||||
{
|
||||
"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",
|
||||
"jdev",
|
||||
"lastpub",
|
||||
"libauth",
|
||||
"libp",
|
||||
"livechat",
|
||||
"mkdir",
|
||||
"multiaddr",
|
||||
"multiaddrs",
|
||||
"multicodecs",
|
||||
"mplex",
|
||||
"muxed",
|
||||
"muxer",
|
||||
"nodekey",
|
||||
"peerhave",
|
||||
"prettierignore",
|
||||
"protobuf",
|
||||
"protoc",
|
||||
"reactjs",
|
||||
"rlnrelay",
|
||||
"sandboxed",
|
||||
"secio",
|
||||
"staticnode",
|
||||
"statusim",
|
||||
"submodule",
|
||||
"submodules",
|
||||
"transpiled",
|
||||
"typedoc",
|
||||
"unmounts",
|
||||
"untracked",
|
||||
"upgrader",
|
||||
"waku",
|
||||
"wakunode",
|
||||
"webfonts",
|
||||
"websockets"
|
||||
],
|
||||
"flagWords": [],
|
||||
"ignorePaths": [
|
||||
"package.json",
|
||||
"package-lock.json",
|
||||
"yarn.lock",
|
||||
"tsconfig.json",
|
||||
"node_modules/**",
|
||||
"build",
|
||||
"gen",
|
||||
"proto"
|
||||
]
|
||||
}
|
@ -35,7 +35,7 @@
|
||||
"test": "run-s build test:*",
|
||||
"test:lint": "eslint src --ext .ts --ext .tsx",
|
||||
"test:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --list-different",
|
||||
"test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.{ts,tsx},public/**/*.html}\"",
|
||||
"test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.{ts,tsx},public/**/*.html}\" -c ../../.cspell.json",
|
||||
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --write",
|
||||
"fix:lint": "eslint src --ext .ts --ext .tsx --fix",
|
||||
"js-waku:build": "cd ../; npm run build",
|
||||
|
Loading…
x
Reference in New Issue
Block a user