Introduce mistake that passes linter

This commit is contained in:
Hans Ott 2025-11-02 15:31:02 +01:00
parent 0cfce2d436
commit 1724e0b199

View file

@ -3,6 +3,13 @@ import * as os from "os";
import fs from "fs";
import path from "path";
function mistakeHere() {
return os.EOLL;
}
const abc = mistakeHere();
console.log(abc);
/**
* @typedef {Object} AikidoTool
* @property {string} tool