Skip to content

Commit

Permalink
style(english-preset): fix lint, fmt for #50
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3-l committed Mar 3, 2024
1 parent c189595 commit faebf1f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/preset/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,7 @@ export const englishDataset = new DataSet<{ originalWord: EnglishProfaneWord }>(
.addPattern(pattern`bich|`),
)
.addPhrase((phrase) => phrase.setMetadata({ originalWord: 'blowjob' }).addPattern(pattern`b[b]l[l][o]wj[o]b`))
.addPhrase((phrase) =>
phrase
.setMetadata({ originalWord: 'bollocks' })
.addPattern(pattern`bol[l]ock`),
)
.addPhrase((phrase) => phrase.setMetadata({ originalWord: 'bollocks' }).addPattern(pattern`bol[l]ock`))
.addPhrase((phrase) => phrase.setMetadata({ originalWord: 'boob' }).addPattern(pattern`boob`))
.addPhrase((phrase) =>
phrase
Expand Down Expand Up @@ -418,8 +414,8 @@ export const englishDataset = new DataSet<{ originalWord: EnglishProfaneWord }>(
* All the profane words that are included in the [[englishDataset | english dataset]] by default.
*/
export type EnglishProfaneWord =
| 'abo'
| 'abeed'
| 'abo'
| 'africoon'
| 'anal'
| 'anus'
Expand Down Expand Up @@ -485,5 +481,5 @@ export type EnglishProfaneWord =
| 'turd'
| 'twat'
| 'vagina'
| 'wanker'
| 'wank'
| 'whore';

0 comments on commit faebf1f

Please sign in to comment.