Use one cspell file for all project inc examples

This commit is contained in:
Franck Royer 2021-05-05 16:40:23 +10:00
parent 316edff778
commit 94ff4ca40f
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 6 additions and 79 deletions

View File

@ -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": [],

View File

@ -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"
]
}

View File

@ -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",