Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

Disable dead code hints

$
0
0

Check out the Warning Numbers section of the docs, you can disable specific warnings inside your rescript.json using the number

{
  "warnings": {
    "numbers": "-27"
  }
}

Viewing all articles
Browse latest Browse all 2592

Trending Articles