FunnyEnough

Engineering notes & expertise

Reading

Size
Theme
Motion
For long-form reading
Type
Width
Space
Aids

Ships

Small open-source tools I’ve built along the way and released into the wild. Free, MIT, and made to solve a real problem I hit. More as they ship.

eslint-plugin-rtlint v0.1.0 · MIT

ESLint rules that catch React Native RTL / bidi layout bugs the usual linters miss — textAlign without a paired writingDirection (with autofix), hard-coded direction: 'rtl', unpaired I18nManager.forceRTL, and locale↔region cross-wiring.

$ npm install --save-dev eslint-plugin-rtlint