liquid-labs / format-and-lint

undefined
0 stars 1 forks source link

Fix React processing #12

Closed zanerock closed 9 months ago

zanerock commented 9 months ago

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.

zanerock commented 9 months ago

Work for this issue will begin begin on branch work-liquid-labs/sdlc-resource-eslint/12.