add eslint

This commit is contained in:
nora 2023-07-31 14:11:51 +02:00
parent e951cd5ee1
commit 12fcc4f1bb
11 changed files with 1237 additions and 26 deletions

View file

@ -629,12 +629,12 @@ function printStart(start: Start, f: FmtCtx) {
});
}
function printElem(_elem: Elem, f: FmtCtx) {
function printElem(_elem: Elem, _f: FmtCtx) {
todo();
}
function printData(data: Data, f: FmtCtx) {
let mode = data.mode;
const mode = data.mode;
f.sexpr(() => {
f.keyword("data");