From 13364b78a89734c6a67505585de421f8ac14edca Mon Sep 17 00:00:00 2001 From: Arseniy Klempner Date: Wed, 22 Oct 2025 14:51:54 -0700 Subject: [PATCH] fix: move cspell to root --- .cspell.json | 3 +++ packages/run/cspell.json | 11 ----------- 2 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 packages/run/cspell.json diff --git a/.cspell.json b/.cspell.json index dd57575bc2..e6c6f1fa0a 100644 --- a/.cspell.json +++ b/.cspell.json @@ -55,6 +55,7 @@ "fontsource", "globby", "gossipsub", + "hackathons", "huilong", "iasked", "ihave", @@ -62,6 +63,7 @@ "ineed", "IPAM", "ipfs", + "isready", "iwant", "jdev", "jswaku", @@ -165,6 +167,7 @@ "gen", "proto", "*.spec.ts", + "*.log", "CHANGELOG.md" ], "patterns": [ diff --git a/packages/run/cspell.json b/packages/run/cspell.json deleted file mode 100644 index aef7d3bd22..0000000000 --- a/packages/run/cspell.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "0.2", - "import": ["../../.cspell.json"], - "words": [ - "hackathons", - "isready" - ], - "ignorePaths": [ - "*.log" - ] -}