-
- Downloads
Add cspell configuration and project dictionary
.project-dictionary.txt
0 → 100644
cspell.config.yaml
0 → 100644
... | @@ -2,6 +2,9 @@ | ... | @@ -2,6 +2,9 @@ |
"name": "hub", | "name": "hub", | ||
"packageManager": "yarn@4.5.0", | "packageManager": "yarn@4.5.0", | ||
"devDependencies": { | "devDependencies": { | ||
"@cspell/dict-de-de": "^4.0.3", | |||
"@cspell/dict-python": "^4.2.12", | |||
"cspell": "^8.16.0", | |||
"prettier": "^3.3.3" | "prettier": "^3.3.3" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
... | ... |
Please register or sign in to comment