mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 16:23:09 +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",
|
"ihaves",
|
||||||
"ineed",
|
"ineed",
|
||||||
"iwant",
|
"iwant",
|
||||||
|
"jdev",
|
||||||
"lastpub",
|
"lastpub",
|
||||||
"libauth",
|
"libauth",
|
||||||
"libp",
|
"libp",
|
||||||
|
"livechat",
|
||||||
"mkdir",
|
"mkdir",
|
||||||
"multiaddr",
|
"multiaddr",
|
||||||
"multiaddrs",
|
"multiaddrs",
|
||||||
@ -45,10 +47,12 @@
|
|||||||
"prettierignore",
|
"prettierignore",
|
||||||
"protobuf",
|
"protobuf",
|
||||||
"protoc",
|
"protoc",
|
||||||
|
"reactjs",
|
||||||
"rlnrelay",
|
"rlnrelay",
|
||||||
"sandboxed",
|
"sandboxed",
|
||||||
"secio",
|
"secio",
|
||||||
"staticnode",
|
"staticnode",
|
||||||
|
"statusim",
|
||||||
"submodule",
|
"submodule",
|
||||||
"submodules",
|
"submodules",
|
||||||
"transpiled",
|
"transpiled",
|
||||||
@ -58,6 +62,7 @@
|
|||||||
"upgrader",
|
"upgrader",
|
||||||
"waku",
|
"waku",
|
||||||
"wakunode",
|
"wakunode",
|
||||||
|
"webfonts",
|
||||||
"websockets"
|
"websockets"
|
||||||
],
|
],
|
||||||
"flagWords": [],
|
"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": "run-s build test:*",
|
||||||
"test:lint": "eslint src --ext .ts --ext .tsx",
|
"test:lint": "eslint src --ext .ts --ext .tsx",
|
||||||
"test:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --list-different",
|
"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:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --write",
|
||||||
"fix:lint": "eslint src --ext .ts --ext .tsx --fix",
|
"fix:lint": "eslint src --ext .ts --ext .tsx --fix",
|
||||||
"js-waku:build": "cd ../; npm run build",
|
"js-waku:build": "cd ../; npm run build",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user