Skip to content

Commit 204f186

Browse files
committed
chore: fix types in eslint.config.js
Closes #25
1 parent b21b7f5 commit 204f186

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import eslint from '@eslint/js';
33
import tseslint from 'typescript-eslint';
44

55
export default tseslint.config(
6-
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
76
eslint.configs.recommended,
87
...tseslint.configs.strictTypeChecked,
98
{

package-lock.json

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"devDependencies": {
3838
"@changesets/cli": "^2.27.6",
3939
"@eslint/js": "^9.6.0",
40+
"@types/eslint__js": "^8.42.3",
4041
"@vitest/coverage-v8": "^1.5.2",
4142
"concurrently": "^8.2.2",
4243
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)