We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5349b8 commit 7048449Copy full SHA for 7048449
packages/components/src/tooltip/stories/index.story.tsx
@@ -40,7 +40,8 @@ const meta: Meta< typeof Tooltip > = {
40
( Story ) => {
41
return (
42
<>
43
- <p id="test-description">Button's description</p>
+ { /* eslint-disable-next-line no-restricted-syntax */ }
44
+ <p id="test-description">Button description</p>
45
<Story />
46
</>
47
);
0 commit comments