-
Notifications
You must be signed in to change notification settings - Fork 2
/
cspell.config.yaml
97 lines (97 loc) · 1.34 KB
/
cspell.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
version: '0.2'
words:
- ABCDEFGHJKLMNPQRSTVWXY
- afrondingsdag
- Axwo
- BCDFGHJKLMNPQRT
- buchungapp
- clsx
- diplomeringslijn
- esbenp
- Gelicentieerd
- ggik
- HACCP
- headlessui
- hgetall
- HISWA
- hset
- ianvs
- Imuqgg
- INGB
- INGBNL
- intructeursdiploma's
- isail
- Krekt
- kwaliteitspeilers
- lpignore
- migra
- mintlify
- nawadi
- nums
- nuqs
- onnotice
- otel
- Outro
- pgadmin
- PGURI
- pkce
- pkey
- plpgsql
- pnpx
- Polyvalk
- qrcode
- redocly
- rehype
- ryanluker
- sadd
- sindresorhus
- skiffa
- skreet
- smembers
- solvebv
- sonner
- supabase
- svgs
- tailwindcss
- Tera
- TKFT
- trivago
- upstash
- veiligheids
- Wavie
- Wbcdfghjkmnpqrtwz
- WQGR
- Wytse
- Zabcdefghijkmnpqrstvwxyz
ignoreWords:
- TERMS
- transform
- BUT
- LOSS
- spandiensten
- PDF
- GEWICHTSTRIM
- PICO
allowCompoundWords: true
useGitignore: true
ignorePaths:
- pnpm-lock.yaml
- generated/
- apps/nwd-web/src/app/
- apps/docs/
- '*.svg'
- supabase/config.toml
- packages/db/migrations/
- locations.ts
- packages/scripts/src/**/*.txt
- packages/scripts/src/seed/countries.ts
- scripts/seed-local-db.js
files:
- '**'
enableFiletypes:
- '*'
dictionaries:
- sql
- nl-nl
import:
- '@cspell/dict-nl-nl/cspell-ext.json'