Enable and fix custom eslint rules

This commit is contained in:
Joscha 2025-02-10 16:23:14 +01:00
parent ca929a37d1
commit 9f3789e032
8 changed files with 38 additions and 23 deletions

View file

@ -17,7 +17,7 @@ function mkNote(text: string, ...children: string[]): Note {
return note;
}
function createSomeNotes() {
function createSomeNotes(): void {
notes.clearNotes();
const n2n1 = mkNote("n2n1");