Skip to content

Commit

Permalink
make options optional and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwd committed Dec 29, 2024
1 parent 86c3afe commit ed4332e
Show file tree
Hide file tree
Showing 5 changed files with 806 additions and 108 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-meals-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'swd-eslint-config': minor
---

make options optional and update deps
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/eslint__eslintrc": "^2.1.2",
"eslint": "^9.17.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
Expand All @@ -59,11 +59,11 @@
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"typescript-eslint": "^8.18.0"
"typescript-eslint": "^8.18.2"
},
"peerDependencies": {
"eslint": "^9.0.0",
Expand Down
Loading

0 comments on commit ed4332e

Please sign in to comment.