mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-30 11:45:21 -04:00
add typescript eslint parser/rules
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user