Lint rule changes

This commit is contained in:
Aria Minaei 2021-10-02 14:12:25 +02:00
parent 90520dfb25
commit 69c6aa9af2
29 changed files with 55 additions and 45 deletions

View file

@ -5,9 +5,9 @@ import useRefreshSnapshot from './useRefreshSnapshot'
* Putting this element in a suspense tree makes sure the snapshot editor
* gets refreshed once the tree renders.
*
* Alternatively you can use
* @link useRefreshSnapshot()
* Alternatively you can use {@link useRefreshSnapshot}
*
* @example
* Usage
* ```jsx
* <Suspense fallback={null}>