Skip to content

Commit

Permalink
fix(lint): updating eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Jan 3, 2025
1 parent afcfe81 commit 4f8780b
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 414 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/config-conventional": "^19.6.0",
"@pocket-tools/eslint-config": "workspace:*",
"syncpack": "^13.0.0",
"tsconfig": "workspace:*",
"turbo": "^2.2.3"
"turbo": "^2.3.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"package.json"
],
"dependencies": {
"@eslint/js": "^9.13.0",
"eslint": "^9.13.0",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-package-json": "^0.15.4",
"eslint-plugin-package-json": "^0.19.0",
"eslint-plugin-prettier": "^5.2.1",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "5.7.2",
"typescript-eslint": "^8.12.0"
"typescript-eslint": "^8.19.0"
}
}
Loading

0 comments on commit 4f8780b

Please sign in to comment.