Skip to content

Commit

Permalink
chore: updates @typescript-eslint/eslint-plugin and @typescript-eslin…
Browse files Browse the repository at this point in the history
…t/parser (#4977)

Signed-off-by: KaKa <kaka@kakang.dev>
  • Loading branch information
climba03003 authored and Uzlopak committed Aug 21, 2023
1 parent dff9612 commit 2e3d484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
"@sinclair/typebox": "^0.31.1",
"@sinonjs/fake-timers": "^11.0.0",
"@types/node": "^20.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions types/tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"strict": true
},
"include": [
"/test/types/*.test-d.ts",
"/types/*.d.ts"
"../test/types/**/*.test-d.ts",
"./**/*.d.ts"
]
}

0 comments on commit 2e3d484

Please sign in to comment.