Skip to content

Commit

Permalink
Rename Rule Option to Options
Browse files Browse the repository at this point in the history
This is how it was previously exposed.
  • Loading branch information
remcohaszing committed Apr 24, 2024
1 parent f35a7fd commit 258f094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/unified-lint-rule/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@
/**
* @template {Node} [Tree=Node]
* Node kind (optional).
* @template {any} [Option=unknown]
* @template {any} [Options=unknown]
* Parameter kind (optional).
* @callback Rule
* Rule.
* @param {Tree} tree
* Tree.
* @param {import('vfile').VFile} file
* File.
* @param {Option} option
* @param {Options} option
* Parameter.
* @returns {Promise<undefined | void> | undefined | void}
* Nothing.
Expand Down

0 comments on commit 258f094

Please sign in to comment.