From 4b890681071a984efb73f2aa7a4dfb9bdbca6814 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 6 Nov 2023 22:10:55 +0100 Subject: [PATCH] chore: add cspell words --- .vscode/settings.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index af4a997..a1f8e28 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,15 @@ { "editor.formatOnSave": true, - "js/ts.implicitProjectConfig.checkJs": true -} + "js/ts.implicitProjectConfig.checkJs": true, + "cSpell.words": [ + "citty", + "consola", + "estree", + "giget", + "mcfly", + "mcflyjs", + "nitropack", + "ultrahtml", + "unstorage" + ] +} \ No newline at end of file