forked from ChilliCream/graphql-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cSpell.json
107 lines (107 loc) · 2.07 KB
/
cSpell.json
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
98
99
100
101
102
103
104
105
106
107
{
"version": "0.2",
"language": "en",
"words": [
"Blazor",
"BSON",
"Cakepop",
"chillicream",
"Contoso",
"customizability",
"dataloaders",
"discoverability",
"entityframework",
"evolvability",
"fastify",
"fetchable",
"FIPS",
"Hasura",
"hotchocolate",
"jetbrains",
"JWTs",
"Linq",
"microservices",
"middlewares",
"NodaTime",
"OWIN",
"pageable",
"protobuf",
"roadmap",
"runbooks",
"struct",
"Swashbuckle",
"traversion",
"Websockets",
"Newtonsoft",
"supergraph",
"cachable",
"fricking",
"runtimes",
"NATS",
"cypher",
"sublicensable",
"meros",
"Structs",
"reencode",
"WunderGraph",
"CCPA",
"decompile"
],
"ignoreWords": [
"Badurina",
"enisdenjo",
"Specwise",
"strawberryshake",
"refactorings",
"mercurius",
"Giroux",
"graphyne",
"greendonut",
"Andi",
"aspnetcore",
"bananacakepop",
"Marek",
"Kellner",
"Kydne",
"GraphiQL",
"Tengler",
"Staib",
"shoooe",
"Senn",
"Rafi",
"Snapshooter",
"relayjs",
"Rgba",
"Postgraphile",
"Normen",
"typeof",
"Ufjn",
"Wguo",
"Ymgw",
"Yqhk",
"Mihsg",
"Ufjn",
"Wguo",
"Ymgw",
"Yqhk",
"Mihsg",
"Eciou",
"cfnm",
"UHVQ",
"PKCE",
"URQL",
"unpublish",
"elete"
],
"ignoreRegExpList": [
"\\((.*)\\)", // Markdown links
"```[a-z]*\n[\\s\\S]*?\n```", // Markdown code blocks. h/t https://coderwall.com/p/r6b4xg/regex-to-match-github-s-markdown-code-blocks,
"\\`([^\\`].*?)\\`", // inline code blocks. h/t https://stackoverflow.com/questions/41274241/how-to-capture-inline-markdown-code-but-not-a-markdown-code-fence-with-regex
"\\<a(.*)\\>", // link contents
"-- snippet:(.*)", // snippet references
"\\<\\[sample:(.*)", // another kind of snippet reference
"/^\\s*```[\\s\\S]*?^\\s*```/gm", // ignoring multi-line code blocks
"featuredVideoId:(.*)", // video hash
"videoId=\"(.*)\"" // video hash
]
}