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