Skip to content

Commit

Permalink
fix: go back to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed May 13, 2024
1 parent 4268bc6 commit a930020
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 121 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sweetalert2/eslint-config",
"version": "1.1.10",
"version": "1.1.9",
"description": "ESLint shareable config for the SweetAlert2 JS/TS coding style",
"repository": "sweetalert2/eslint-config",
"author": "Limon Monte (https://limonte.github.io)",
Expand All @@ -9,15 +9,14 @@
"index.js"
],
"peerDependencies": {
"eslint": "^9.0.0"
"eslint": "^8.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.10",
"@typescript-eslint/parser": "^8.0.0-alpha.10",
"typescript-eslint": "^7.0.0",
"eslint-config-prettier": "^9.0.0"
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint": "^8.0.0",
"typescript": "^5.0.0"
},
"prettier": {
Expand Down
Loading

0 comments on commit a930020

Please sign in to comment.