Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset committed Aug 24, 2023
1 parent 75dfd9b commit 70643d2
Show file tree
Hide file tree
Showing 3 changed files with 6,061 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package-lock = false
# package-lock = false
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-rtl-friendly",
"version": "0.0.3",
"description": "",
"description": "Ensure your code is RTL-friendly",
"engines": {
"node": ">=8.10.0"
},
Expand Down Expand Up @@ -39,18 +39,18 @@
"@semantic-release/github": "^9.0.4",
"@types/eslint": "^8.44.2",
"@types/estree-jsx": "^1.0.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.5.3",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.4",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"husky": "^8.0.3",
"jest": "^29.6.3",
"jest": "^29.6.4",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.2",
"rimraf": "^5.0.1",
"tailwindcss": "3.3",
"tailwindcss": "~3.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
Expand Down
Loading

0 comments on commit 70643d2

Please sign in to comment.