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