We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cb7f9 commit 79a71f7Copy full SHA for 79a71f7
.textlintrc
@@ -29,6 +29,9 @@
29
["web[- ]?view(s?)", "WebView$1"],
30
["action[- ]?bar(s?)", "ActionBar$1"],
31
32
+ // Prefer simple
33
+ ["callback function", "callback"],
34
+
35
// Brands and Technologies
36
"JavaScript",
37
"TypeScript",
@@ -55,6 +58,7 @@
55
58
["insane", "outrageous"],
56
59
["blacklist", "block"],
57
60
["whitelist", "allow"],
61
+ ["will be executed", "will be called"],
62
63
// Prefer American spelling
64
["behaviour", "behavior"],
@@ -81,6 +85,8 @@
81
85
["just", ""],
82
86
["everyone knows", ""],
83
87
["easy", ""],
88
+ ["which will( be)?", ""],
89
+ ["which is the", ""],
84
90
91
// Words we would like to not use at the start of a sentence
92
["^so", ""],
0 commit comments