A value is binded to a wildcard e.g. let _ = Console.ReadLine()
Using the ignore function makes it clear what is intended to happen, rather than something that may be a mistake.
Pipe the value into the ignore function e.g. Console.ReadLine() |> ignore
{
"favourIgnoreOverLetWild": {
"enabled": true
}
}