Add spellcheck config (#3018)

Part of #738 

```
pnpx cspell lint --gitignore '{**,.*}/{*,.*}'
```

---------

Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Lukas
2024-01-27 21:15:10 +01:00
committed by GitHub
parent 0b5eef7d1e
commit 94b882fb95
58 changed files with 241 additions and 109 deletions

View File

@@ -9,7 +9,5 @@
"go.lintTool": "golangci-lint",
"go.lintFlags": ["--fast"],
"eslint.workingDirectories": ["./web"],
"prettier.configPath": "./web/.prettierrc.js",
"prettier.ignorePath": "./web/.prettierignore",
"cSpell.words": ["Curr", "doublestar", "ERRORLEVEL", "multierr"]
"prettier.ignorePath": "./web/.prettierignore"
}