add import linting + fix checks

This commit is contained in:
Felix Roos 2023-01-28 21:00:42 +01:00
parent ea2d8b2773
commit 902f722d4c
17 changed files with 317 additions and 173 deletions

View file

@ -31,6 +31,7 @@
"@strudel.cycles/tone": "workspace:*"
},
"devDependencies": {
"peggy": "^2.0.1"
"peggy": "^2.0.1",
"vitest": "^0.25.7"
}
}