Releases: AhmedBaset/eslint-plugin-rtl-friendly
Releases · AhmedBaset/eslint-plugin-rtl-friendly
0.2.3
Bug Fixes:
- fix a bug when using media query, important, and negative modifiers together e.g.
md:!-pl-2
by @AhmedBaset in #26
Full Changelog: 0.2.0...0.2.3
0.2.0 `!important` flag & `modifier:property`
Now the plugin can detect !pl-*
, md:pl-*
, and md:!pl-*
.
pnpm add -D eslint-plugin-rtl-friendly@latest
yarn add -D eslint-plugin-rtl-friendly@latest
npm install -D eslint-plugin-rtl-friendly@latest
devDependencies:
- eslint-plugin-rtl-friendly 0.1.0
+ eslint-plugin-rtl-friendly 0.2.0
What's Changed
- feat: detect physical properties with important flag or modifires by @A7med3bdulBaset in #1
Full Changelog: 0.1.0...0.2.0
Introducing `eslint-plugin-rtl-friendly`
Version: 1.0.0
Introducing the eslint-plugin-rtl-friendly, your go-to linter for crafting international web applications that seamlessly accommodate right-to-left (RTL) languages.
Key Highlights:
- Rule:
no-physical-properties
This release introduces theno-physical-properties
rule, designed to report tailwindcss classes to be written in logical properties.
Learn more about the plugin and its capabilities here.
Full Changelog: https://github.com/A7med3bdulBaset/eslint-plugin-rtl-friendly/commits/0.1.0