Skip to content

Commit

Permalink
Downgrade eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Nov 17, 2024
1 parent fa75970 commit 6c0c6ad
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 24 deletions.
51 changes: 29 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "~9.14.0",
"@types/deep-equal": "^1.0.4",
"@types/diff": "^6.0.0",
"@types/express": "^5.0.0",
Expand All @@ -46,7 +46,7 @@
"@types/xxhashjs": "^0.2.4",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^9.15.0",
"eslint": "~9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
Expand Down

0 comments on commit 6c0c6ad

Please sign in to comment.