-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
terms.jsonc
302 lines (292 loc) · 8.38 KB
/
terms.jsonc
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
[
// Brands
"Airbnb",
"AirPods",
"Android",
"AppleScript",
"AppVeyor",
"AVA",
"BrowserStack",
"Browsersync",
"Codecov",
"CodePen",
"CodeSandbox",
"CoffeeScript",
"DefinitelyTyped",
"EditorConfig",
"Electron",
"ESLint",
"Git",
"GitHub",
"GraphiQL",
"GraphQL",
"Homebrew",
"IndexedDB",
"iOS",
"iPad",
"iPadOS",
"iPhone",
"JavaScript",
"Jest",
"JetBrains",
"Jira",
"jQuery",
"LaTeX",
"LinkedIn",
"Lodash",
"MacBook",
"Markdown",
"MySQL",
"OpenType",
"PayPal",
"PhpStorm",
"PlayStation",
"RubyMine",
"SaaS",
"Sass",
"SemVer",
"tvOS",
"TypeScript",
"UglifyJS",
"Unicode",
"Unix",
"Wasm",
"watchOS",
"WebAssembly",
"WebStorm",
"WordPress",
"Xcode",
"Yarn",
"YouTube",
"Zsh",
["Apple[ -]?Script", "AppleScript"],
["Angular[ .]?js", "Angular"],
["AppStore", "App Store"],
["Common[ .]?js", "CommonJS"],
["E[ -]?PUB", "EPUB"],
["Font[ -]?Awesome", "Font Awesome"],
["GitHub[ -]?Action", "GitHub Action"],
["GitHub[ -]?Actions", "GitHub Actions"],
["IP[ -]?v6", "IPv6"],
["JSDocs?", "JSDoc"],
["Local[ -]?Storage", "localStorage"],
["MS[ -]?DOS", "MS-DOS"],
["Next[ .]?js", "Next.js"],
["Node[ .]?js", "Node.js"],
["React[ .]?js", "React"],
["Postgres?SQL", "PostgreSQL"],
["SauceLabs", "Sauce Labs"],
["StackOverflow", "Stack Overflow"],
["styled ?components", "styled-components"],
["OS X", "macOS"],
["Mac ?OS", "macOS"],
["Visual ?Studio ?Code", "Visual Studio Code"],
["V[ -]?S[ -]?Code", "Visual Studio Code"],
["a npm", "an npm"],
// ECMAScript
["ES6", "ECMAScript 2015"],
["ES7", "ECMAScript 2016"],
["ES2015", "ECMAScript 2015"],
["ES2016", "ECMAScript 2016"],
["ES2017", "ECMAScript 2017"],
["ES2018", "ECMAScript 2018"],
["ES2019", "ECMAScript 2019"],
["ES2020", "ECMAScript 2020"],
["ES2021", "ECMAScript 2021"],
["ES2022", "ECMAScript 2022"],
["ES2023", "ECMAScript 2023"],
["ES2024", "ECMAScript 2024"],
["ES2025", "ECMAScript 2025"],
["ES2026", "ECMAScript 2026"],
["ES2027", "ECMAScript 2027"],
["ES2028", "ECMAScript 2028"],
["ES2029", "ECMAScript 2029"],
"ECMAScript",
// Abbreviations
"3D",
["3-D", "3D"],
"Ajax",
"API",
["API['’]?s", "APIs"],
"CDN",
"CORS",
"CSS",
"DNS",
"DOM",
"GIF",
"GUI",
"HTML",
["HTTP[ /]2(?:\\.0)?", "HTTP/2"],
["\bHTTP(?!:)", "HTTP"],
["\bHTTPS(?!:)", "HTTPS"],
"IDE",
"IoT",
"I/O",
["I-O", "I/O"],
"JPEG",
"MIME",
"OK",
"PaaS",
"PDF",
"PNG",
"SaaS",
"URI",
"URIs",
"URL",
["URL['’]?s", "URLs"],
["an URL", "a URL"],
"RESTful",
"RSS",
"SDK",
"SSH",
["wi[- ]?fi", "Wi-Fi"],
"WYSIWYG",
"XML",
"YAML",
"ZIP",
// Names
"McKenzie",
"McConnell",
// Words and phrases
["authentificat(ion|e|ed)", "authenticat$1"],
"ID", // http://stackoverflow.com/questions/1151338/id-or-id-on-user-interface
["id['’]?s", "IDs"],
["backwards compatible", "backward compatible"],
["blank line(s)?", "empty line$1"],
["build system(s)?", "build tool$1"],
["CLI tool(s)?", "command-line tool$1"],
["function argument(s)?", "function parameter$1"],
["he or she", "they"],
["he/she", "they"],
["\\(s\\)he", "they"],
["indexes\\b", "indices"],
["readme(s)?", "readme$1"], // Don't allow README
["repo\\b", "repository"],
["smartphone(s)?", "mobile phone$1"],
// https://stackoverflow.com/questions/44934828/is-it-spread-syntax-or-the-spread-operator
["spread operator", "spread syntax"],
["to-?do(s)?(?=[ ,.])", "todo$1"], // Don't allow TODO
["web[- ]?site(s)?", "site$1"],
// Single word
["anti[- ]pattern(s)?", "antipattern$1"],
["auto[- ]complete", "autocomplete"],
["auto[- ]fix", "autofix"],
["auto[- ]fixing", "autofixing"],
["auto[- ]format(ting|ted|ter)?", "autoformat$1"],
["auto[- ]import(s|ed|ing)", "autoimport$1"],
["back[- ]end(\\w*)", "backend$1"],
["bug[- ]fix(es)?", "bugfix$1"],
["change[- ]log(s)?", "changelog$1"],
["check[- ]box(es)?", "checkbox$1"],
["code[- ]base(es)?", "codebase$1"],
["co[- ]locat(ion|ing|e|ed)", "colocate$1"],
["copy[- ]past(e|ed|ing)?", "copypast$1"],
["end[- ]point(s)?", "endpoint$1"],
["e[- ]mail(s)?", "email$1"],
["file[- ]name(s)?", "filename$1"],
["front[- ]end(\\w*)", "frontend$1"],
["hack[- ]a[- ]thon(s)?", "hackathon$1"],
["hard[- ]cod(e|ed|ing)", "hardcod$1"],
["host[- ]name(s)?", "hostname$1"],
["hot[- ]key(s)?", "hotkey$1"],
["life[- ]cycle", "lifecycle"],
["life[- ]stream(s)?", "lifestream$1"],
["lock[- ]file(s)?", "lockfile$1"],
["mark-up", "markup"], // “mark up” as a verb is OK
["meta[- ]data", "metadata"],
["micro[- ]service(s)?", "microservice$1"],
["name[- ]space(s)?", "namespace$1"],
["over[- ]engineer(ing|ed)", "overengineer$1"],
["pre[- ]condition(s)?", "precondition$1"],
["pre[- ]defined", "predefined"],
["pre[- ]fetch(ing|ed)?", "prefetch$1"],
["pre[- ]load(ing|ed)?", "preload$1"],
["pre[- ]release(s)?", "prerelease$1"],
["re[- ]write", "rewrite"],
["re[- ]export(s|ing|ed)?", "reexport$1"],
["run[- ]time", "runtime"],
["screen[- ]shot(s)?", "screenshot$1"],
["screen[- ]?snap(s)?", "screenshot$1"],
["sub[- ]class((?:es|ing)?)", "subclass$1"],
["sub[- ]tree(s)?", "subtree$1"],
["time[- ]stamp(s)?", "timestamp$1"],
["touch[- ]screen(s)?", "touchscreen$1"],
["user[- ]name(s)?", "username$1"],
["walk-through", "walkthrough"], // “walk through” as a verb is OK
["white[- ]space", "whitespace"],
["wild[- ]card(s)?", "wildcard$1"],
// Multiple words
["array item(s)?", "array element$1"],
["cheat-?sheet(s)?", "cheat sheet$1"],
["code-?review(s)?", "code review$1"],
["code-?splitting", "code splitting"],
["color-?blind", "color blind"],
["color-?blindness", "color blindness"],
["could-?have(s)?", "could have$1"],
["css-?in-?js", "CSS in JS"],
["end-?user(s)?", "end user$1"],
["file-?type(s)?", "file type$1"],
["lazy-?load(ed|ing)?", "lazy load$1"],
["line-?break(s)?", "line break$1"],
["lint(?:er|ing)?[ -]?error(s)?", "linting error$1"],
["lint(?:er|ing)?[ -]?issue(s)?", "linting issue$1"],
["lint(?:er|ing)?[ -]?rule(s)?", "linter rule$1"],
["lint(?:er|ing)?[ -]?warning(s)?", "linting warning$1"],
["micro-?frontend(s)?", "micro frontend$1"],
["must-?have(s)?", "must have$1"],
["nice-?to-?have(s)?", "nice to have$1"],
["open-?source(ed?)", "open source$1"],
["regexp?(s)?", "regular expression$1"],
["should-?have(s)?", "should have$1"],
["source-?map(s)?", "source map$1"],
["spell-?check(er|ing)?", "spell check$1"],
["style-?guide(s)?", "style guide$1"],
["style-?sheet(s)?", "style sheet$1"],
["tree-?shaking", "tree shaking"],
["user-?base", "user base"],
["web-?page(s)?", "web page$1"],
["won['’]t-?have(s)?", "won’t have$1"],
// Hyphenated
["built ?in(s)?", "built-in$1"],
["by ?product(s)?", "by-product$1"],
["client ?side", "client-side"],
["command ?line tool(s)?", "command-line tool$1"],
["double ?click(s)?", "double-click$1"],
["end ?to ?end", "end-to-end"],
["end[- ]?2[- ]?end", "end-to-end"],
["e2e", "end-to-end"],
["error ?prone", "error-prone"],
["higher ?order", "higher-order"],
["key[/ ]?value", "key-value"],
["off ?by ?one", "off-by-one"],
["one ?liner(s)?", "one-liner$1"],
["retr[yi]ability", "retry-ability"],
["self ?documenting", "self-documenting"],
["server ?side", "server-side"],
["trade ?off(s)?", "trade-off$1"],
["two ?steps? authentication", "two-step authentication"],
["two ?steps? verification", "two-step verification"],
["2 ?steps? authentication", "two-step authentication"],
["2 ?steps? verification", "two-step verification"],
["3rd[- ]party", "third-party"],
// Starts from a lower case letter in the middle of a sentence
["(?<=(?:\\w+[^.?!])? )base64\\b", "base64"],
["(?<=(?:\\w+[^.?!])? )internet\\b(?! explorer)", "internet"],
["(?<=(?:\\w+[^.?!])? )stylelint\\b", "stylelint"],
["(?<=(?:\\w+[^.?!])? )webpack\\b", "webpack"],
["(?<=(?:\\w+[^.?!])? )npm\\b", "npm"],
// Cases
["kebab[_ ]?case", "kebab-case"],
["camel[-_ ]?case", "camelCase"],
["pascal[-_ ]?case", "PascalCase"],
["snake[- ]?case", "snake_case"],
["screaming[- ]?snake[- ]?case", "SCREAMING_SNAKE_CASE"],
// Typos
["continues integration", "continuous integration"],
["environemnt(s)?", "environment$1"],
["flacky test(s)?", "flaky test$1"],
["flackyness", "flakiness"],
["pacakge(s)?", "package$1"],
["tilda", "tilde"],
["falsey", "falsy"]
]