Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Apr 11, 2024
1 parent e054714 commit aa8bccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@unicode/unicode-15.1.0": "^1.5.2",
"@yarnpkg/pnpify": "^4.0.1",
"eslint": "^8.57.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.29.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3644,7 +3644,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.57.0":
"eslint@npm:8.57.0":
version: 8.57.0
resolution: "eslint@npm:8.57.0"
dependencies:
Expand Down Expand Up @@ -6033,7 +6033,7 @@ __metadata:
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@unicode/unicode-15.1.0": "npm:^1.5.2"
"@yarnpkg/pnpify": "npm:^4.0.1"
eslint: "npm:^8.57.0"
eslint: "npm:8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-import-resolver-node: "npm:^0.3.9"
eslint-plugin-import: "npm:^2.29.1"
Expand Down

0 comments on commit aa8bccc

Please sign in to comment.