chore(eslintrc): typo on error message for new lint rule

This commit is contained in:
Vinícius Lourenço
2026-03-27 11:26:48 -03:00
parent 046ae80a82
commit 566f2a287d

View File

@@ -219,7 +219,7 @@ module.exports = {
object: 'navigator',
property: 'clipboard',
message:
'Do not use navigator.clipboard directly since it does work well with specific browsers. Use hook useCopyToClipboard from react-use library. https://streamich.github.io/react-use/?path=/story/side-effects-usecopytoclipboard--docs',
'Do not use navigator.clipboard directly since it does not work well with specific browsers. Use hook useCopyToClipboard from react-use library. https://streamich.github.io/react-use/?path=/story/side-effects-usecopytoclipboard--docs',
},
],
},