Linting
parent
ca3e309ad9
commit
faa2805ccc
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable prefer-const */
|
||||
import { useEffect, useRef } from "react";
|
||||
|
||||
import useEmbed from "./useEmbed";
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable @typescript-eslint/ban-ts-comment,prefer-rest-params,prefer-const */
|
||||
|
||||
/**
|
||||
* As we want to keep control on the size of this snippet but we want some portion of it to be still readable.
|
||||
* So, write the code that you need directly but keep it short.
|
||||
|
|
Loading…
Reference in New Issue