1
0
mirror of synced 2025-11-08 12:57:47 +00:00
Files
typescript-starter/.cspell.json
Jason Dreyzehner c16e8589f3 fix: avoid adding WASM example without DOM definitions (#244)
also add tooling for reviewing integration test results

fix #243
2020-09-08 19:18:36 -04:00

35 lines
617 B
JSON

{
"version": "0.1",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
"words": [
"bitjson",
"bitauth",
"cimg",
"circleci",
"codecov",
"commitlint",
"dependabot",
"editorconfig",
"esnext",
"execa",
"exponentiate",
"globby",
"libauth",
"mkdir",
"prettierignore",
"sandboxed",
"transpiled",
"typedoc",
"untracked"
],
"flagWords": [],
"ignorePaths": [
"package.json",
"package-lock.json",
"yarn.lock",
"tsconfig.json",
"node_modules/**"
]
}