Skip to content

Commit

Permalink
Merge pull request #12692 from dnalborczyk/spellcheck
Browse files Browse the repository at this point in the history
chore: move unknown word to cspell.json
  • Loading branch information
sokra committed Feb 17, 2021
2 parents 05768d9 + bd5e4dd commit 32bd1a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"submodules",
"typeof",
"devtool",
"wasi",
"wasm",
"webassembly",
"IIFE",
Expand Down
2 changes: 1 addition & 1 deletion lib/node/NodeTargetPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const builtins = [
"util",
"v8",
"vm",
"wasi", // cSpell:ignore wasi
"wasi",
"worker_threads",
"zlib"
];
Expand Down

0 comments on commit 32bd1a2

Please sign in to comment.