Skip to content

Commit 7fb8515

Browse files
Merge pull request #2 from SyntropyLabs/main-hook
feat: Introduce `useSpeechInput` hook
2 parents f4d47e9 + 1022d3d commit 7fb8515

9 files changed

Lines changed: 1853 additions & 2 deletions

File tree

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export default [
2525
window: 'readonly',
2626
document: 'readonly',
2727
navigator: 'readonly',
28+
setTimeout: 'readonly',
29+
clearTimeout: 'readonly',
2830
Event: 'readonly',
2931
EventTarget: 'readonly',
3032
DOMException: 'readonly',

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@changesets/cli": "^2.27.0",
6262
"@eslint/js": "^9.0.0",
6363
"@rollup/plugin-babel": "^6.1.0",
64+
"@testing-library/dom": "^10.4.1",
6465
"@testing-library/react": "^16.0.0",
6566
"@types/react": "^19.0.0",
6667
"@types/react-dom": "^19.0.0",

0 commit comments

Comments
 (0)