Skip to content

Commit

Permalink
fix: description identifiers (#8552)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkartalis authored Apr 21, 2023
1 parent 523262b commit ceda0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-rules/no-uselazyloadquery-inside-suspense.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = createRule({
hasSuggestions: true,
docs: {
description:
"When we use `useLazyLoadQuery` inside a component that has `<Suspense />` in react-native it causes a crash, this rule is for preventing that"
"When we use useLazyLoadQuery inside a component that has <Suspense /> in react-native it causes a crash, this rule is for preventing that",
recommended: "error",
},
messages: {
Expand Down

0 comments on commit ceda0d4

Please sign in to comment.