.cspell.json 387 B

12345678910111213141516171819
  1. {
  2. "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
  3. "version": "0.2",
  4. "dictionaries": [
  5. "allowed-words"
  6. ],
  7. "dictionaryDefinitions": [
  8. {
  9. "name": "allowed-words",
  10. "path": "./.cspell-words.txt",
  11. "addWords": true
  12. }
  13. ],
  14. "ignorePaths": [
  15. "src/locale/**",
  16. "node_modules/**",
  17. "test/**"
  18. ]
  19. }