add typescript eslint parser/rules

This commit is contained in:
2022-01-10 13:46:49 -05:00
parent 4a461b78dd
commit b552b6ae64
5 changed files with 70 additions and 5 deletions
+1
View File
@@ -38,6 +38,7 @@ const CopyButton = ({ source, timeout = 2000 }: Props) => {
return () => clearTimeout(id);
}
// eslint-disable-next-line @typescript-eslint/no-empty-function
return () => {};
}, [timeout, copied]);