Skip to content

Commit

Permalink
Add common words to the cSpell config to prevent unwanted warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jan 17, 2022
1 parent e6733a3 commit 5d423e9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-walls-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wrangler": patch
---

Add common words to the cSpell config to prevent unwanted warnings
16 changes: 14 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"cSpell.words": [
"cfetch",
"clipboardy",
"cloudflared",
"esbuild",
"estree",
"execa",
"iarna",
"keyvalue",
"middlewares",
"Miniflare",
"outdir",
"outfile",
"Positionals"
]
"pgrep",
"PKCE",
"Positionals",
"undici",
"wasmvalue",
"weakmap",
"weakset",
"webassemblymemory",
"websockets"
],
"cSpell.ignoreWords": ["yxxx"]
}

0 comments on commit 5d423e9

Please sign in to comment.