Skip to content

Commit

Permalink
chore: apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 13, 2023
1 parent 5eb3f03 commit ee2e2ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ use schemars::JsonSchema;
declare_rule! {
/// Enforce all dependencies are correctly specified in a React hook.
///
/// This rule is a port of the rule [react-hooks/exhaustive-deps](https://legacy.reactjs.org/docs/hooks-rules.html#eslint-plugin) is meant to target projects that uses React.
/// This rule is a port of the rule [react-hooks/exhaustive-deps](https://legacy.reactjs.org/docs/hooks-rules.html#eslint-plugin), and it's meant to target projects that uses React.
///
/// If your project _doesn't_ use React, **you're shouldn't use this rule**.
/// If your project _doesn't_ use React, **you shouldn't use this rule**.
///
/// The rule will inspect the following **known** hooks:
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This rule is part of the [nursery](/linter/rules/#nursery) group.

Enforce all dependencies are correctly specified in a React hook.

This rule is a port of the rule [react-hooks/exhaustive-deps](https://legacy.reactjs.org/docs/hooks-rules.html#eslint-plugin) is meant to target projects that uses React.
This rule is a port of the rule [react-hooks/exhaustive-deps](https://legacy.reactjs.org/docs/hooks-rules.html#eslint-plugin), and it's meant to target projects that uses React.

If your project _doesn't_ use React, **you're shouldn't use this rule**.
If your project _doesn't_ use React, **you shouldn't use this rule**.

The rule will inspect the following **known** hooks:

Expand Down

0 comments on commit ee2e2ab

Please sign in to comment.