Skip to content

Commit

Permalink
Merge pull request #170 from titoBouzout/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu authored Dec 11, 2024
2 parents 843b28e + 2afe4f2 commit dfc4544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-solid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const [editedValue, setEditedValue] = createSignal(props.value);

_Please note_: there may also be times where a rule correctly warns about a subtle problem,
even if it looks like a false positive at first. With `solid/reactivity`, please look at the
[reactivity docs](https://github.com/solidjs-community/eslint-plugin-solid/blob/main/docs/reactivity.md#troubleshooting) before deciding to disable the rule.
[reactivity docs](https://github.com/solidjs-community/eslint-plugin-solid/blob/main/packages/eslint-plugin-solid/docs/reactivity.md#troubleshooting) before deciding to disable the rule.

When in doubt, feel free to [file an
issue](https://github.com/solidjs-community/eslint-plugin-solid/issues/new/choose).
Expand Down

0 comments on commit dfc4544

Please sign in to comment.