Skip to content

Commit 79a71f7

Browse files
committed
chore: tweak textlint
1 parent 13cb7f9 commit 79a71f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.textlintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
["web[- ]?view(s?)", "WebView$1"],
3030
["action[- ]?bar(s?)", "ActionBar$1"],
3131

32+
// Prefer simple
33+
["callback function", "callback"],
34+
3235
// Brands and Technologies
3336
"JavaScript",
3437
"TypeScript",
@@ -55,6 +58,7 @@
5558
["insane", "outrageous"],
5659
["blacklist", "block"],
5760
["whitelist", "allow"],
61+
["will be executed", "will be called"],
5862

5963
// Prefer American spelling
6064
["behaviour", "behavior"],
@@ -81,6 +85,8 @@
8185
["just", ""],
8286
["everyone knows", ""],
8387
["easy", ""],
88+
["which will( be)?", ""],
89+
["which is the", ""],
8490

8591
// Words we would like to not use at the start of a sentence
8692
["^so", ""],

0 commit comments

Comments
 (0)