Skip to content

Commit d6a6a01

Browse files
committed
Update esling to v6
1 parent 1b427a2 commit d6a6a01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"devDependencies": {
4848
"pkg-ok": "^3.0.0",
4949
"@types/jest": "^29.0.0",
50-
"@typescript-eslint/eslint-plugin": "^5.0.0",
51-
"@typescript-eslint/parser": "^5.0.0",
50+
"@typescript-eslint/eslint-plugin": "^6.0.0",
51+
"@typescript-eslint/parser": "^6.0.0",
5252
"eslint": "^8.0.0",
5353
"eslint-plugin-import": "^2.0.0",
5454
"eslint-plugin-jest": "^27.0.0",
@@ -101,7 +101,8 @@
101101
},
102102
"extendDefaults": true
103103
}
104-
]
104+
],
105+
"@typescript-eslint/no-explicit-any": "warn"
105106
}
106107
},
107108
"prettier": {

0 commit comments

Comments
 (0)