Skip to content

Commit

Permalink
pumb eslint peer
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset committed Sep 26, 2024
1 parent f37d2db commit 206238d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Helps you write code that works the same for both LTR and RTL languages.

> [!IMPORTANT]
> Until `1.0.0` is released, this plugin is in Beta.
<div align="center">

[![npm version](https://img.shields.io/npm/v/eslint-plugin-rtl-friendly.svg)](https://www.npmjs.com/package/eslint-plugin-rtl-friendly)
Expand Down Expand Up @@ -101,7 +104,7 @@ $ pnpm add -D eslint-plugin-rtl-friendly]

### Requirements

- ESLint (Flat Config)
- ESLint >= V9 (Flat Config)
- Tailwindcss [V3.3.0](https://tailwindcss.com/blog/tailwindcss-v3-3#simplified-rtl-support-with-logical-properties) or higher

```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"gen-e2e": "tsx scripts/generate-e2e"
},
"peerDependencies": {
"eslint": ">=8.0.0",
"eslint": ">=9.0.0",
"tailwindcss": ">=3.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 206238d

Please sign in to comment.