.cspell.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "version": "0.2",
  3. "language": "en, en-gb, en-us",
  4. "useGitignore": true,
  5. "caseSensitive": false,
  6. "import": [
  7. "@cspell/dict-en_us/cspell-ext.json",
  8. "@cspell/dict-en-gb/cspell-ext.json",
  9. "@cspell/dict-software-terms/cspell-ext.json",
  10. "@cspell/dict-golang/cspell-ext.json",
  11. "@cspell/dict-fullstack/cspell-ext.json",
  12. "@cspell/dict-docker/cspell-ext.json",
  13. "@cspell/dict-k8s/cspell-ext.json",
  14. "@cspell/dict-node/cspell-ext.json",
  15. "@cspell/dict-npm/cspell-ext.json",
  16. "@cspell/dict-typescript/cspell-ext.json",
  17. "@cspell/dict-html/cspell-ext.json",
  18. "@cspell/dict-css/cspell-ext.json",
  19. "@cspell/dict-shell/cspell-ext.json",
  20. "@cspell/dict-python/cspell-ext.json",
  21. "@cspell/dict-redis/cspell-ext.json",
  22. "@cspell/dict-sql/cspell-ext.json",
  23. "@cspell/dict-filetypes/cspell-ext.json",
  24. "@cspell/dict-companies/cspell-ext.json",
  25. "@cspell/dict-markdown/cspell-ext.json",
  26. "@cspell/dict-en-common-misspellings/cspell-ext.json",
  27. "@cspell/dict-people-names/cspell-ext.json"
  28. ],
  29. "dictionaries": [
  30. "en_us",
  31. "en-gb",
  32. "softwareTerms",
  33. "web-services",
  34. "networking-terms",
  35. "software-term-suggestions",
  36. "software-services",
  37. "software-terms",
  38. "software-tools",
  39. "coding-compound-terms",
  40. "golang",
  41. "fullstack",
  42. "docker",
  43. "k8s",
  44. "node",
  45. "npm",
  46. "typescript",
  47. "html",
  48. "css",
  49. "shell",
  50. "python",
  51. "redis",
  52. "sql",
  53. "filetypes",
  54. "companies",
  55. "markdown",
  56. "en-common-misspellings",
  57. "people-names",
  58. "data-science",
  59. "data-science-models",
  60. "data-science-tools"
  61. ],
  62. "ignorePaths": [
  63. ".git",
  64. "node_modules",
  65. "vendor",
  66. "internal",
  67. ".github",
  68. "**/*.svg",
  69. "**/*.png",
  70. "**/*.jpg",
  71. "**/*.jpeg",
  72. "**/*.gif",
  73. "**/*.ico",
  74. "**/*.lock",
  75. "**/*_gen.go",
  76. "**/*_msgp.go",
  77. "**/*_msgp_test.go",
  78. "go.mod",
  79. "go.sum",
  80. ".golangci.yml",
  81. ".markdownlint.yml",
  82. "AGENTS.md"
  83. ]
  84. }