@rtl-resolver/eslint
v0.2.0
Published
ESLint rules for RTL-safe JavaScript and TypeScript.
Readme
@rtl-resolver/eslint
Provides no-physical-direction and no-directional-assumptions rules for
flat or legacy ESLint configurations. The second rule flags direct
scrollLeft, physical arrow-key handling, and hard-coded dir="ltr" so those
paths can use the browser/core helpers.
Start with no-physical-direction to flag common left/right style assumptions
in JSX and JavaScript style objects.
