Skip to content

Commit 4050afa

Browse files
Merge pull request #3 from SyntropyLabs/cursor-hook
feat: Add cursor management utilities and a `useSpeechInputWithCursor` hook
2 parents 7fb8515 + 1d8a0f1 commit 4050afa

File tree

9 files changed

+1614
-2
lines changed

9 files changed

+1614
-2
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ export default [
2727
navigator: 'readonly',
2828
setTimeout: 'readonly',
2929
clearTimeout: 'readonly',
30+
requestAnimationFrame: 'readonly',
3031
Event: 'readonly',
3132
EventTarget: 'readonly',
3233
DOMException: 'readonly',
3334
PermissionStatus: 'readonly',
3435
PermissionName: 'readonly',
36+
HTMLInputElement: 'readonly',
37+
HTMLTextAreaElement: 'readonly',
3538
SpeechRecognition: 'readonly',
3639
SpeechRecognitionEvent: 'readonly',
3740
SpeechRecognitionErrorEvent: 'readonly',

0 commit comments

Comments
 (0)