We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cspell.yml
1 parent de916c8 commit 6f21890Copy full SHA for 6f21890
cspell.yml
@@ -5,30 +5,27 @@ ignorePaths:
5
# Excluded from spelling check
6
- cspell.yml
7
- package.json
8
- - package-lock.json
9
- - tsconfig.json
10
- benchmark/github-schema.graphql
11
- benchmark/github-schema.json
12
overrides:
13
- filename: '**/docs-old/APIReference-*.md'
14
ignoreRegExpList: ['/href="[^"]*"/']
+ words:
+ - sublinks
15
+ - instanceof
16
- filename: 'website/**'
17
dictionaries:
18
- fullstack
19
+ - html
20
words:
21
- clsx
22
- infima
- - noopener
- - noreferrer
23
- - xlink
24
25
ignoreRegExpList:
26
- u\{[0-9a-f]{1,8}\}
27
28
29
- graphiql
30
- - sublinks
31
- - instanceof
32
33
# Different names used inside tests
34
- Skywalker
@@ -38,7 +35,6 @@ words:
38
35
- Artoo
39
36
- Threepio
40
37
- Odie
41
- - Odie's
42
- Damerau
43
- Alderaan
44
- Tatooine
0 commit comments