fix: move cspell to root

This commit is contained in:
Arseniy Klempner 2025-10-22 14:51:54 -07:00
parent 5d91b9d41d
commit 13364b78a8
No known key found for this signature in database
GPG Key ID: 51653F18863BD24B
2 changed files with 3 additions and 11 deletions

View File

@ -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": [

View File

@ -1,11 +0,0 @@
{
"version": "0.2",
"import": ["../../.cspell.json"],
"words": [
"hackathons",
"isready"
],
"ignorePaths": [
"*.log"
]
}