Skip to content

Commit

Permalink
chore: explictly install eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed Apr 16, 2024
1 parent 635b5d5 commit 21ed7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"@taplo/cli": "^0.7.0",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"eslint": "^8.52.0",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ __metadata:
"@taplo/cli": "npm:^0.7.0"
"@types/node": "npm:^20.12.7"
"@vitest/coverage-v8": "npm:^1.5.0"
eslint: "npm:^8.52.0"
lint-staged: "npm:^15.2.2"
npm-run-all2: "npm:^6.1.2"
prettier: "npm:^3.2.5"
Expand Down Expand Up @@ -1824,7 +1825,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.57.0":
"eslint@npm:^8.52.0, eslint@npm:^8.57.0":
version: 8.57.0
resolution: "eslint@npm:8.57.0"
dependencies:
Expand Down

0 comments on commit 21ed7d4

Please sign in to comment.