Skip to content

Commit 3c308cf

Browse files
committed
minor code cleanup
1 parent fdb9952 commit 3c308cf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ISSUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- move slider to the right so thumb doesnt cover staff when sliding
2-
- ping/play/pause button for sound, allowing using to change note while playing
2+
- ping/play/pause button for sound, allowing using to change note while playing, until paused

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ export default tseslint.config([
1919
ecmaVersion: 2020,
2020
globals: globals.browser,
2121
},
22+
rules: {
23+
'react-hooks/exhaustive-deps': 'off',
24+
},
2225
},
2326
])

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function App() {
200200
noteAccidentalType,
201201
numberOfKeySignatureAccidentals,
202202
keySignatureAccidentalType,
203-
windowSize // now using windowSize
203+
windowSize
204204
]);
205205

206206
return (

0 commit comments

Comments
 (0)