Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 17, 2024
1 parent aa0cbb8 commit da13bab
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@
"devDependencies": {
"@types/mdast": "^4.0.0",
"@types/node": "^20.0.0",
"c8": "^8.0.0",
"c8": "^9.0.0",
"is-hidden": "^2.0.0",
"mdast-util-heading-range": "^4.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"remark-cli": "^12.0.0",
"remark-preset-wooorm": "^10.0.0",
"retext": "^9.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"vfile-sort": "^4.0.0",
"xo": "^0.56.0",
"xo": "^0.58.0",
"yaml": "^2.0.0"
},
"scripts": {
Expand Down
54 changes: 27 additions & 27 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@

## Contents

* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(retextEquality[, options])`](#unifieduseretextequality-options)
* [`Options`](#options)
* [Messages](#messages)
* [Types](#types)
* [Compatibility](#compatibility)
* [Related](#related)
* [Contributing](#contributing)
* [License](#license)
* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(retextEquality[, options])`](#unifieduseretextequality-options)
* [`Options`](#options)
* [Messages](#messages)
* [Types](#types)
* [Compatibility](#compatibility)
* [Related](#related)
* [Contributing](#contributing)
* [License](#license)

## What is this?

Expand Down Expand Up @@ -107,8 +107,8 @@ Check potentially insensitive language.

###### Parameters

* `options` ([`Options`][api-options], optional)
— configuration
* `options` ([`Options`][api-options], optional)
— configuration

###### Returns

Expand All @@ -120,10 +120,10 @@ Configuration (TypeScript type).

###### Fields

* `ignore` (`Array<string>`, optional)
— phrases *not* to warn about
* `binary` (`boolean`, default: `false`)
— whether to allow “he or she”, “garbagemen and garbagewomen”, and similar
* `ignore` (`Array<string>`, optional)
— phrases *not* to warn about
* `binary` (`boolean`, default: `false`)
— whether to allow “he or she”, “garbagemen and garbagewomen”, and similar

## Messages

Expand Down Expand Up @@ -151,14 +151,14 @@ compatible with Node.js 16.

## Related

* [`alex`](https://github.com/get-alex/alex)
— Catch insensitive, inconsiderate writing
* [`retext-passive`](https://github.com/retextjs/retext-passive)
— Check passive voice
* [`retext-profanities`](https://github.com/retextjs/retext-profanities)
— Check for profane and vulgar wording
* [`retext-simplify`](https://github.com/retextjs/retext-simplify)
— Check phrases for simpler alternatives
* [`alex`](https://github.com/get-alex/alex)
— Catch insensitive, inconsiderate writing
* [`retext-passive`](https://github.com/retextjs/retext-passive)
— Check passive voice
* [`retext-profanities`](https://github.com/retextjs/retext-profanities)
— Check for profane and vulgar wording
* [`retext-simplify`](https://github.com/retextjs/retext-simplify)
— Check phrases for simpler alternatives

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions script/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ while (++index < languages.length) {
entry.note && entry.source
? entry.note + ' (source: ' + entry.source + ')'
: entry.source
? 'Source: ' + entry.source
: entry.note || undefined,
? 'Source: ' + entry.source
: entry.note || undefined,
type: entry.type
}

Expand Down

0 comments on commit da13bab

Please sign in to comment.