Skip to content

Commit

Permalink
chore: fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Dec 7, 2024
1 parent 32e3423 commit 11b2efb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
37 changes: 18 additions & 19 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
"semantic-release": "^24.1.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.18.5",
"vitest": "^2.1.5",
"wait-on": "^8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2023",
"target": "ES2022",
"outDir": "./dist",
"declaration": true,
"declarationDir": "dist",
Expand All @@ -21,7 +21,7 @@
],
"lib": [
"ES2021",
"ES2023",
"ES2022",
"ES2021.String",
"DOM",
"DOM.Iterable",
Expand Down

0 comments on commit 11b2efb

Please sign in to comment.