Skip to content

Commit

Permalink
chore: lower eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Nov 25, 2024
1 parent 13f6c41 commit 22b5ecc
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"lint": "eslint . --max-warnings 0 && publint packages/*"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@eslint/js": "9.13.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.15.0",
"eslint": "9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-remote-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/object-hash": "^3.0.6",
"@types/react": "^17.0.83",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.15.0",
"eslint": "9.13.0",
"eslint-plugin-local-rules": "^3.0.2",
"eslint-remote-tester-repositories": "workspace:*",
"importx": "^0.5.0",
Expand Down
104 changes: 52 additions & 52 deletions pnpm-lock.yaml

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

0 comments on commit 22b5ecc

Please sign in to comment.