eslint-plugin-panda
eslint-plugin-panda copied to clipboard
Rule suggestion: No unit-less measurements
We want to forbid the use of anything other than px units for spacing, font size, etc.
paddingInline: '4',
Compared to just always using px values, these theme-based values tend to lead to a lot of misunderstandings due to engineer/AI lack of familiarity with the underlying values.