Merge pull request #12692 from dnalborczyk/spellcheck

chore: move unknown word to cspell.json
This commit is contained in:
Tobias Koppers 2021-02-17 10:15:28 +01:00 committed by GitHub
commit 32bd1a2ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
"submodules",
"typeof",
"devtool",
"wasi",
"wasm",
"webassembly",
"IIFE",

View File

@ -52,7 +52,7 @@ const builtins = [
"util",
"v8",
"vm",
"wasi", // cSpell:ignore wasi
"wasi",
"worker_threads",
"zlib"
];