aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/cspell.json
blob: 0677968d8907590b56c132ba49866636b6b46791 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "version": "0.2",
  "ignorePaths": [
    "**/node_modules/**",
    "pnpm-lock.yaml"
  ],
  "words": [
    "languagedetector"
  ]
}