cspell.json 666 B

123456789101112131415161718192021
  1. {
  2. "version": "0.2",
  3. "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
  4. "dictionaries": ["vgv_allowed", "vgv_forbidden"],
  5. "dictionaryDefinitions": [
  6. {
  7. "name": "vgv_allowed",
  8. "path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/allowed.txt",
  9. "description": "Allowed VGV Spellings"
  10. },
  11. {
  12. "name": "vgv_forbidden",
  13. "path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/forbidden.txt",
  14. "description": "Forbidden VGV Spellings"
  15. }
  16. ],
  17. "useGitignore": true,
  18. "words": [
  19. "flowy_svg"
  20. ]
  21. }