ai-text-check 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/LICENSE +21 -0
  2. package/NOTICE +36 -0
  3. package/README.md +174 -0
  4. package/SOURCES.md +34 -0
  5. package/dist/cli.js +13834 -0
  6. package/dist/index.cjs +13366 -0
  7. package/dist/index.d.cts +36 -0
  8. package/dist/index.d.ts +36 -0
  9. package/dist/index.js +13351 -0
  10. package/dist/node.cjs +13581 -0
  11. package/dist/node.d.cts +41 -0
  12. package/dist/node.d.ts +41 -0
  13. package/dist/node.js +13564 -0
  14. package/dist/types-BlvvRFG5.d.cts +153 -0
  15. package/dist/types-BlvvRFG5.d.ts +153 -0
  16. package/package.json +115 -0
  17. package/slop-gate.config.json +3 -0
  18. package/vale/styles/AiTextCheck/DiveDeep.yml +5 -0
  19. package/vale/styles/AiTextCheck/Furthermore.yml +5 -0
  20. package/vale/styles/AiTextCheck/ImportantToNote.yml +5 -0
  21. package/vale/styles/AiTextCheck/InTodaysWorld.yml +5 -0
  22. package/vale/styles/AiTextCheck/LeverageUtilize.yml +5 -0
  23. package/vale/styles/AiTextCheck/meta.json +3 -0
  24. package/vale/styles/Google/AMPM.yml +9 -0
  25. package/vale/styles/Google/Acronyms.yml +64 -0
  26. package/vale/styles/Google/Colons.yml +8 -0
  27. package/vale/styles/Google/Contractions.yml +30 -0
  28. package/vale/styles/Google/DateFormat.yml +9 -0
  29. package/vale/styles/Google/Ellipses.yml +9 -0
  30. package/vale/styles/Google/EmDash.yml +12 -0
  31. package/vale/styles/Google/Exclamation.yml +12 -0
  32. package/vale/styles/Google/FirstPerson.yml +13 -0
  33. package/vale/styles/Google/Gender.yml +9 -0
  34. package/vale/styles/Google/GenderBias.yml +43 -0
  35. package/vale/styles/Google/HeadingPunctuation.yml +13 -0
  36. package/vale/styles/Google/Headings.yml +29 -0
  37. package/vale/styles/Google/LICENSE +21 -0
  38. package/vale/styles/Google/Latin.yml +11 -0
  39. package/vale/styles/Google/LyHyphens.yml +14 -0
  40. package/vale/styles/Google/OptionalPlurals.yml +12 -0
  41. package/vale/styles/Google/Ordinal.yml +7 -0
  42. package/vale/styles/Google/OxfordComma.yml +7 -0
  43. package/vale/styles/Google/Parens.yml +7 -0
  44. package/vale/styles/Google/Passive.yml +184 -0
  45. package/vale/styles/Google/Periods.yml +7 -0
  46. package/vale/styles/Google/Quotes.yml +7 -0
  47. package/vale/styles/Google/Ranges.yml +7 -0
  48. package/vale/styles/Google/Semicolons.yml +8 -0
  49. package/vale/styles/Google/Slang.yml +11 -0
  50. package/vale/styles/Google/Spacing.yml +10 -0
  51. package/vale/styles/Google/Spelling.yml +10 -0
  52. package/vale/styles/Google/Units.yml +8 -0
  53. package/vale/styles/Google/We.yml +11 -0
  54. package/vale/styles/Google/Will.yml +7 -0
  55. package/vale/styles/Google/WordList.yml +80 -0
  56. package/vale/styles/Google/meta.json +4 -0
  57. package/vale/styles/Google/vocab.txt +0 -0
  58. package/vale/styles/ai-tells/AIAdjectiveNounPairs.yml +8 -0
  59. package/vale/styles/ai-tells/AICompoundPhrases.yml +139 -0
  60. package/vale/styles/ai-tells/AbsoluteAssertions.yml +21 -0
  61. package/vale/styles/ai-tells/AffirmativeFormulas.yml +101 -0
  62. package/vale/styles/ai-tells/AnnouncementHeadings.yml +16 -0
  63. package/vale/styles/ai-tells/AnthropomorphicJustification.yml +115 -0
  64. package/vale/styles/ai-tells/ClosingPleasantries.yml +120 -0
  65. package/vale/styles/ai-tells/ColloquialAssessments.yml +47 -0
  66. package/vale/styles/ai-tells/ColonUsage.yml +18 -0
  67. package/vale/styles/ai-tells/ConclusionMarkers.yml +23 -0
  68. package/vale/styles/ai-tells/ContrastiveFormulas.yml +188 -0
  69. package/vale/styles/ai-tells/ContrastiveNegation.yml +22 -0
  70. package/vale/styles/ai-tells/DefensiveHedges.yml +63 -0
  71. package/vale/styles/ai-tells/DespiteChallenges.yml +32 -0
  72. package/vale/styles/ai-tells/EmDashUsage.yml +9 -0
  73. package/vale/styles/ai-tells/EmphaticCopula.yml +30 -0
  74. package/vale/styles/ai-tells/EmptyPadding.yml +10 -0
  75. package/vale/styles/ai-tells/EmptyPaddingStacked.yml +11 -0
  76. package/vale/styles/ai-tells/ExplainerHeadings.yml +20 -0
  77. package/vale/styles/ai-tells/FalseBalance.yml +31 -0
  78. package/vale/styles/ai-tells/FalseExclusivity.yml +41 -0
  79. package/vale/styles/ai-tells/FigurativeLands.yml +79 -0
  80. package/vale/styles/ai-tells/FillerPhrases.yml +78 -0
  81. package/vale/styles/ai-tells/FormalRegister.yml +58 -0
  82. package/vale/styles/ai-tells/FormalTransitions.yml +74 -0
  83. package/vale/styles/ai-tells/GrowthMetaphors.yml +28 -0
  84. package/vale/styles/ai-tells/HedgingPhrases.yml +85 -0
  85. package/vale/styles/ai-tells/LICENSE +21 -0
  86. package/vale/styles/ai-tells/ListIntroductions.yml +22 -0
  87. package/vale/styles/ai-tells/MarketingHeadings.yml +19 -0
  88. package/vale/styles/ai-tells/Metacommentary.yml +113 -0
  89. package/vale/styles/ai-tells/MicDrop.yml +205 -0
  90. package/vale/styles/ai-tells/MicDropHeadings.yml +20 -0
  91. package/vale/styles/ai-tells/NarrativePivots.yml +59 -0
  92. package/vale/styles/ai-tells/OpeningCliches.yml +98 -0
  93. package/vale/styles/ai-tells/OrganicConsequence.yml +38 -0
  94. package/vale/styles/ai-tells/OverusedVocabulary.yml +185 -0
  95. package/vale/styles/ai-tells/OverusedVocabularyVerbs.yml +7 -0
  96. package/vale/styles/ai-tells/ParallelStaccato.yml +34 -0
  97. package/vale/styles/ai-tells/ParticipialPadding.yml +74 -0
  98. package/vale/styles/ai-tells/PromotionalPuffery.yml +63 -0
  99. package/vale/styles/ai-tells/RedundantPrecaution.yml +8 -0
  100. package/vale/styles/ai-tells/ResonateOveruse.yml +13 -0
  101. package/vale/styles/ai-tells/RestatementMarkers.yml +36 -0
  102. package/vale/styles/ai-tells/RhetoricalDevices.yml +53 -0
  103. package/vale/styles/ai-tells/RhetoricalSelfAnswer.yml +51 -0
  104. package/vale/styles/ai-tells/SelfReference.yml +52 -0
  105. package/vale/styles/ai-tells/SemicolonUsage.yml +31 -0
  106. package/vale/styles/ai-tells/SequencingMarkers.yml +41 -0
  107. package/vale/styles/ai-tells/ServesAsDodge.yml +66 -0
  108. package/vale/styles/ai-tells/ShipOveruse.yml +16 -0
  109. package/vale/styles/ai-tells/StackedAnaphora.yml +185 -0
  110. package/vale/styles/ai-tells/StrategyBuzzwords.yml +32 -0
  111. package/vale/styles/ai-tells/StructureAnnouncements.yml +22 -0
  112. package/vale/styles/ai-tells/SycophancyMarkers.yml +26 -0
  113. package/vale/styles/ai-tells/UnpackExplore.yml +21 -0
  114. package/vale/styles/ai-tells/UrgencyInflation.yml +70 -0
  115. package/vale/styles/ai-tells/VagueAttributions.yml +67 -0
  116. package/vale/styles/ai-tells/VerbTricolon.yml +78 -0
  117. package/vale/styles/ai-tells/VerbTricolonDensity.yml +7 -0
  118. package/vale/styles/ai-tells/WrapUpHeadings.yml +22 -0
  119. package/vale/styles/signs-of-ai-writing/AspectOveruse.yml +13 -0
  120. package/vale/styles/signs-of-ai-writing/ChatGPTArtifacts.yml +12 -0
  121. package/vale/styles/signs-of-ai-writing/ChatbotCommunication.yml +21 -0
  122. package/vale/styles/signs-of-ai-writing/CitationArtifacts.yml +10 -0
  123. package/vale/styles/signs-of-ai-writing/ColonOveruse.yml +11 -0
  124. package/vale/styles/signs-of-ai-writing/Enumeration.yml +11 -0
  125. package/vale/styles/signs-of-ai-writing/Hedging.yml +6 -0
  126. package/vale/styles/signs-of-ai-writing/Intensifiers.yml +17 -0
  127. package/vale/styles/signs-of-ai-writing/KnowledgeCutoff.yml +14 -0
  128. package/vale/styles/signs-of-ai-writing/LICENSE +12 -0
  129. package/vale/styles/signs-of-ai-writing/Lists.yml +8 -0
  130. package/vale/styles/signs-of-ai-writing/Narrative.yml +15 -0
  131. package/vale/styles/signs-of-ai-writing/Passive.yml +16 -0
  132. package/vale/styles/signs-of-ai-writing/Placeholders.yml +17 -0
  133. package/vale/styles/signs-of-ai-writing/ScareQuotes.yml +6 -0
  134. package/vale/styles/signs-of-ai-writing/Symbolism.yml +23 -0
  135. package/vale/styles/signs-of-ai-writing/Transitions.yml +17 -0
  136. package/vale/styles/signs-of-ai-writing/UTMParameters.yml +10 -0
  137. package/vale/styles/signs-of-ai-writing/Vocabulary.yml +27 -0
  138. package/vale/styles/signs-of-ai-writing/meta.json +4 -0
  139. package/vale/styles/write-good/Cliches.yml +702 -0
  140. package/vale/styles/write-good/E-Prime.yml +32 -0
  141. package/vale/styles/write-good/Illusions.yml +11 -0
  142. package/vale/styles/write-good/LICENSE +21 -0
  143. package/vale/styles/write-good/Passive.yml +183 -0
  144. package/vale/styles/write-good/README.md +27 -0
  145. package/vale/styles/write-good/So.yml +5 -0
  146. package/vale/styles/write-good/ThereIs.yml +6 -0
  147. package/vale/styles/write-good/TooWordy.yml +221 -0
  148. package/vale/styles/write-good/Weasel.yml +29 -0
  149. package/vale/styles/write-good/meta.json +4 -0
  150. package/vale/vale.ini +38 -0
@@ -0,0 +1,11 @@
1
+ extends: repetition
2
+ message: "'%s' is repeated!"
3
+ level: warning
4
+ alpha: true
5
+ action:
6
+ name: edit
7
+ params:
8
+ - truncate
9
+ - " "
10
+ tokens:
11
+ - '[^\s]+'
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 errata.ai
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,183 @@
1
+ extends: existence
2
+ message: "'%s' may be passive voice. Use active voice if you can."
3
+ ignorecase: true
4
+ level: warning
5
+ raw:
6
+ - \b(am|are|were|being|is|been|was|be)\b\s*
7
+ tokens:
8
+ - '[\w]+ed'
9
+ - awoken
10
+ - beat
11
+ - become
12
+ - been
13
+ - begun
14
+ - bent
15
+ - beset
16
+ - bet
17
+ - bid
18
+ - bidden
19
+ - bitten
20
+ - bled
21
+ - blown
22
+ - born
23
+ - bought
24
+ - bound
25
+ - bred
26
+ - broadcast
27
+ - broken
28
+ - brought
29
+ - built
30
+ - burnt
31
+ - burst
32
+ - cast
33
+ - caught
34
+ - chosen
35
+ - clung
36
+ - come
37
+ - cost
38
+ - crept
39
+ - cut
40
+ - dealt
41
+ - dived
42
+ - done
43
+ - drawn
44
+ - dreamt
45
+ - driven
46
+ - drunk
47
+ - dug
48
+ - eaten
49
+ - fallen
50
+ - fed
51
+ - felt
52
+ - fit
53
+ - fled
54
+ - flown
55
+ - flung
56
+ - forbidden
57
+ - foregone
58
+ - forgiven
59
+ - forgotten
60
+ - forsaken
61
+ - fought
62
+ - found
63
+ - frozen
64
+ - given
65
+ - gone
66
+ - gotten
67
+ - ground
68
+ - grown
69
+ - heard
70
+ - held
71
+ - hidden
72
+ - hit
73
+ - hung
74
+ - hurt
75
+ - kept
76
+ - knelt
77
+ - knit
78
+ - known
79
+ - laid
80
+ - lain
81
+ - leapt
82
+ - learnt
83
+ - led
84
+ - left
85
+ - lent
86
+ - let
87
+ - lighted
88
+ - lost
89
+ - made
90
+ - meant
91
+ - met
92
+ - misspelt
93
+ - mistaken
94
+ - mown
95
+ - overcome
96
+ - overdone
97
+ - overtaken
98
+ - overthrown
99
+ - paid
100
+ - pled
101
+ - proven
102
+ - put
103
+ - quit
104
+ - read
105
+ - rid
106
+ - ridden
107
+ - risen
108
+ - run
109
+ - rung
110
+ - said
111
+ - sat
112
+ - sawn
113
+ - seen
114
+ - sent
115
+ - set
116
+ - sewn
117
+ - shaken
118
+ - shaven
119
+ - shed
120
+ - shod
121
+ - shone
122
+ - shorn
123
+ - shot
124
+ - shown
125
+ - shrunk
126
+ - shut
127
+ - slain
128
+ - slept
129
+ - slid
130
+ - slit
131
+ - slung
132
+ - smitten
133
+ - sold
134
+ - sought
135
+ - sown
136
+ - sped
137
+ - spent
138
+ - spilt
139
+ - spit
140
+ - split
141
+ - spoken
142
+ - spread
143
+ - sprung
144
+ - spun
145
+ - stolen
146
+ - stood
147
+ - stridden
148
+ - striven
149
+ - struck
150
+ - strung
151
+ - stuck
152
+ - stung
153
+ - stunk
154
+ - sung
155
+ - sunk
156
+ - swept
157
+ - swollen
158
+ - sworn
159
+ - swum
160
+ - swung
161
+ - taken
162
+ - taught
163
+ - thought
164
+ - thrived
165
+ - thrown
166
+ - thrust
167
+ - told
168
+ - torn
169
+ - trodden
170
+ - understood
171
+ - upheld
172
+ - upset
173
+ - wed
174
+ - wept
175
+ - withheld
176
+ - withstood
177
+ - woken
178
+ - won
179
+ - worn
180
+ - wound
181
+ - woven
182
+ - written
183
+ - wrung
@@ -0,0 +1,27 @@
1
+ Based on [write-good](https://github.com/btford/write-good).
2
+
3
+ > Naive linter for English prose for developers who can't write good and wanna learn to do other stuff good too.
4
+
5
+ ```
6
+ The MIT License (MIT)
7
+
8
+ Copyright (c) 2014 Brian Ford
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+ ```
@@ -0,0 +1,5 @@
1
+ extends: existence
2
+ message: "Don't start a sentence with '%s'."
3
+ level: error
4
+ raw:
5
+ - '(?:[;-]\s)so[\s,]|\bSo[\s,]'
@@ -0,0 +1,6 @@
1
+ extends: existence
2
+ message: "Don't start a sentence with '%s'."
3
+ ignorecase: false
4
+ level: error
5
+ raw:
6
+ - '(?:[;-]\s)There\s(is|are)|\bThere\s(is|are)\b'
@@ -0,0 +1,221 @@
1
+ extends: existence
2
+ message: "'%s' is too wordy."
3
+ ignorecase: true
4
+ level: warning
5
+ tokens:
6
+ - a number of
7
+ - abundance
8
+ - accede to
9
+ - accelerate
10
+ - accentuate
11
+ - accompany
12
+ - accomplish
13
+ - accorded
14
+ - accrue
15
+ - acquiesce
16
+ - acquire
17
+ - additional
18
+ - adjacent to
19
+ - adjustment
20
+ - admissible
21
+ - advantageous
22
+ - adversely impact
23
+ - advise
24
+ - aforementioned
25
+ - aggregate
26
+ - aircraft
27
+ - all of
28
+ - all things considered
29
+ - alleviate
30
+ - allocate
31
+ - along the lines of
32
+ - already existing
33
+ - alternatively
34
+ - amazing
35
+ - ameliorate
36
+ - anticipate
37
+ - apparent
38
+ - appreciable
39
+ - as a matter of fact
40
+ - as a means of
41
+ - as far as I'm concerned
42
+ - as of yet
43
+ - as to
44
+ - as yet
45
+ - ascertain
46
+ - assistance
47
+ - at the present time
48
+ - at this time
49
+ - attain
50
+ - attributable to
51
+ - authorize
52
+ - because of the fact that
53
+ - belated
54
+ - benefit from
55
+ - bestow
56
+ - by means of
57
+ - by virtue of
58
+ - by virtue of the fact that
59
+ - cease
60
+ - close proximity
61
+ - commence
62
+ - comply with
63
+ - concerning
64
+ - consequently
65
+ - consolidate
66
+ - constitutes
67
+ - demonstrate
68
+ - depart
69
+ - designate
70
+ - discontinue
71
+ - due to the fact that
72
+ - each and every
73
+ - economical
74
+ - eliminate
75
+ - elucidate
76
+ - employ
77
+ - endeavor
78
+ - enumerate
79
+ - equitable
80
+ - equivalent
81
+ - evaluate
82
+ - evidenced
83
+ - exclusively
84
+ - expedite
85
+ - expend
86
+ - expiration
87
+ - facilitate
88
+ - factual evidence
89
+ - feasible
90
+ - finalize
91
+ - first and foremost
92
+ - for all intents and purposes
93
+ - for the most part
94
+ - for the purpose of
95
+ - forfeit
96
+ - formulate
97
+ - have a tendency to
98
+ - honest truth
99
+ - however
100
+ - if and when
101
+ - impacted
102
+ - implement
103
+ - in a manner of speaking
104
+ - in a timely manner
105
+ - in a very real sense
106
+ - in accordance with
107
+ - in addition
108
+ - in all likelihood
109
+ - in an effort to
110
+ - in between
111
+ - in excess of
112
+ - in lieu of
113
+ - in light of the fact that
114
+ - in many cases
115
+ - in my opinion
116
+ - in order to
117
+ - in regard to
118
+ - in some instances
119
+ - in terms of
120
+ - in the case of
121
+ - in the event that
122
+ - in the final analysis
123
+ - in the nature of
124
+ - in the near future
125
+ - in the process of
126
+ - inception
127
+ - incumbent upon
128
+ - indicate
129
+ - indication
130
+ - initiate
131
+ - irregardless
132
+ - is applicable to
133
+ - is authorized to
134
+ - is responsible for
135
+ - it is
136
+ - it is essential
137
+ - it seems that
138
+ - it was
139
+ - magnitude
140
+ - maximum
141
+ - methodology
142
+ - minimize
143
+ - minimum
144
+ - modify
145
+ - monitor
146
+ - multiple
147
+ - necessitate
148
+ - nevertheless
149
+ - not certain
150
+ - not many
151
+ - not often
152
+ - not unless
153
+ - not unlike
154
+ - notwithstanding
155
+ - null and void
156
+ - numerous
157
+ - objective
158
+ - obligate
159
+ - obtain
160
+ - on the contrary
161
+ - on the other hand
162
+ - one particular
163
+ - optimum
164
+ - overall
165
+ - owing to the fact that
166
+ - participate
167
+ - particulars
168
+ - pass away
169
+ - pertaining to
170
+ - point in time
171
+ - portion
172
+ - possess
173
+ - preclude
174
+ - previously
175
+ - prior to
176
+ - prioritize
177
+ - procure
178
+ - proficiency
179
+ - provided that
180
+ - purchase
181
+ - put simply
182
+ - readily apparent
183
+ - refer back
184
+ - regarding
185
+ - relocate
186
+ - remainder
187
+ - remuneration
188
+ - requirement
189
+ - reside
190
+ - residence
191
+ - retain
192
+ - satisfy
193
+ - shall
194
+ - should you wish
195
+ - similar to
196
+ - solicit
197
+ - span across
198
+ - strategize
199
+ - subsequent
200
+ - substantial
201
+ - successfully complete
202
+ - sufficient
203
+ - terminate
204
+ - the month of
205
+ - the point I am trying to make
206
+ - therefore
207
+ - time period
208
+ - took advantage of
209
+ - transmit
210
+ - transpire
211
+ - type of
212
+ - until such time as
213
+ - utilization
214
+ - utilize
215
+ - validate
216
+ - various different
217
+ - what I mean to say is
218
+ - whether or not
219
+ - with respect to
220
+ - with the exception of
221
+ - witnessed
@@ -0,0 +1,29 @@
1
+ extends: existence
2
+ message: "'%s' is a weasel word!"
3
+ ignorecase: true
4
+ level: warning
5
+ tokens:
6
+ - clearly
7
+ - completely
8
+ - exceedingly
9
+ - excellent
10
+ - extremely
11
+ - fairly
12
+ - huge
13
+ - interestingly
14
+ - is a number
15
+ - largely
16
+ - mostly
17
+ - obviously
18
+ - quite
19
+ - relatively
20
+ - remarkably
21
+ - several
22
+ - significantly
23
+ - substantially
24
+ - surprisingly
25
+ - tiny
26
+ - usually
27
+ - various
28
+ - vast
29
+ - very
@@ -0,0 +1,4 @@
1
+ {
2
+ "feed": "https://github.com/errata-ai/write-good/releases.atom",
3
+ "vale_version": ">=1.0.0"
4
+ }
package/vale/vale.ini ADDED
@@ -0,0 +1,38 @@
1
+ # Vale prose linter — https://vale.sh/
2
+ # Styles are vendored next to this file. No `vale sync` is required.
3
+
4
+ StylesPath = styles
5
+ MinAlertLevel = warning
6
+
7
+ IgnoredScopes = code, tt, img, url, a
8
+ SkippedScopes = script, style, pre, figure, code
9
+
10
+ [formats]
11
+ mdx = md
12
+
13
+ [*.{md,mdx,markdown,txt}]
14
+ BasedOnStyles = Vale, write-good, Google, AiTextCheck, ai-tells, signs-of-ai-writing
15
+ Vale.Spelling = NO
16
+ Vale.Terms = NO
17
+ write-good.So = NO
18
+ write-good.ThereIs = NO
19
+ Google.We = NO
20
+ Google.Will = NO
21
+ Google.FirstPerson = NO
22
+ Google.Spelling = NO
23
+ Google.Headings = NO
24
+ # Site titles and case studies intentionally use em dashes and "ship" in tech sense.
25
+ ai-tells.EmDashUsage = NO
26
+ ai-tells.ShipOveruse = NO
27
+ ai-tells.ColonUsage = NO
28
+ ai-tells.MicDrop = NO
29
+ ai-tells.ParallelStaccato = NO
30
+ ai-tells.SemicolonUsage = NO
31
+ ai-tells.EmptyPadding = NO
32
+ ai-tells.EmptyPaddingStacked = NO
33
+ ai-tells.ContrastiveNegation = NO
34
+ ai-tells.FormalRegister = NO
35
+ ai-tells.VerbTricolon = NO
36
+ ai-tells.RhetoricalDevices = NO
37
+ BlockIgnores = (?s)^---[\s\S]*?^---, (?s)```[\s\S]*?```
38
+ TokenIgnores = (`[^`]+`), (\[[^\]]+\]\([^)]+\)), (https?://\S+)