Which are the recommended warnings for rescript.json v11+?

Which are the recommended warnings for rescript.json v11+?

I see in the docs it mentions:

"warnings": {
	"number": "-44-102",
	"error": "+5"
},

I used to have

"warnings": {
    "number": "+A-42-48",
    "error": "+A-3-44-102-103"
 },

Thoughts?