The react plugin and rules have to be processed with the other rule to avoid falso-positives. Appearently there's interaction between the rules so without the react rules processed in the same logical chenk, you can get 'no-unused-vars' false positives.
Overview
The react plugin and rules have to be processed with the other rule to avoid falso-positives. Appearently there's interaction between the rules so without the react rules processed in the same logical chenk, you can get 'no-unused-vars' false positives.