-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy path_typos.toml
More file actions
32 lines (31 loc) · 681 Bytes
/
_typos.toml
File metadata and controls
32 lines (31 loc) · 681 Bytes
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
[files]
extend-exclude = [
"*.js.map",
"*.svg",
"test/cli/test/fixtures/reporters/html/**",
]
[default.extend-words]
# AsyncLocalStorage abbreviation
als = "als"
# Stylus CSS preprocessor extension
styl = "styl"
# Yarn Plug'n'Play
Pn = "Pn"
PnP = "PnP"
# Variable prefix pattern (b-a annotation diff)
ba = "ba"
# Ordinal suffix
nd = "nd"
# Test string with backtick escaping: 'som`e`'
som = "som"
# Line truncation artifacts in test output
afte = "afte"
wrapp = "wrapp"
# Test data string
fo = "fo"
# Latin lorem ipsum
optio = "optio"
# Product name (evalite.dev)
Evalite = "Evalite"
# Typo in upstream tinyhighlight LICENSE (TODO: fix upstream)
Additionaly = "Additionaly"