Check out the Warning Numbers section of the docs, you can disable specific warnings inside your rescript.json using the number
{
"warnings": {
"numbers": "-27"
}
}
Check out the Warning Numbers section of the docs, you can disable specific warnings inside your rescript.json using the number
{
"warnings": {
"numbers": "-27"
}
}