Enable and fix custom eslint rules
This commit is contained in:
parent
ca929a37d1
commit
9f3789e032
8 changed files with 38 additions and 23 deletions
|
|
@ -17,7 +17,7 @@ function mkNote(text: string, ...children: string[]): Note {
|
|||
return note;
|
||||
}
|
||||
|
||||
function createSomeNotes() {
|
||||
function createSomeNotes(): void {
|
||||
notes.clearNotes();
|
||||
|
||||
const n2n1 = mkNote("n2n1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue