-
Notifications
You must be signed in to change notification settings - Fork 22
/
cspell.yaml
54 lines (54 loc) · 888 Bytes
/
cspell.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
version: '0.2'
language: en
ignorePaths:
- '**/package.json'
- '**/tsconfig.json'
- '**/pnpm-lock.yaml'
- '**/dist'
- 'vitest.config.ts'
- 'coverage'
- 'cliff.toml'
- 'README-pt_br.md'
languageSettings:
- languageId: markdown
ignoreRegExpList:
- '/@[\w-]+/' # ignore github handles
dictionaries:
- typescript # ignore typescript-y words in markdown
- languageId: typescript
ignoreRegExpList:
- "/ from '.+'/" # ignore import targets
words:
- Astro
- automagically
- backported
- browserslist
- codecov
- curlopt
- dedented
- deno
- dequal
- esbuild
- execa
- exobase
- gitter
- kleur
- lerp
- listify
- lowerize
- mapify
- nums
- objectize
- partob
- ponyfill
- Português
- procs
- radash
- radashi
- smidge
- supabase
- tryit
- upperize
- upserting
- urlencode
- vitest