Skip to content

Releases: AhmedBaset/eslint-plugin-rtl-friendly

0.2.3

04 Jun 21:08
d786144
Compare
Choose a tag to compare

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`

08 Sep 19:57
Compare
Choose a tag to compare

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`

24 Aug 17:18
Compare
Choose a tag to compare

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 the no-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