leojpod / review-no-id-as-string / NoStringAsId

This library add a simple elm-review rule to minimize the use of String as id and instead suggest using an opaque type.

rule : Review.Rule.Rule

This is the rule you should add to your elm-review process.

For details on how to add a rule to your setup, check here it's quite simple!