mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Introduce mistake that passes linter
This commit is contained in:
parent
0cfce2d436
commit
1724e0b199
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue