Skip to content

Commit c591218

Browse files
committed
refactor: Bump typescript-eslint from 8.0.0-alpha.10 to 8.18.1
1 parent 18915a3 commit c591218

File tree

3 files changed

+701
-351
lines changed

3 files changed

+701
-351
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module.exports = tseslint.config({
3434
"@typescript-eslint/no-explicit-any": "off",
3535
"@typescript-eslint/no-var-requires": "off",
3636
"@typescript-eslint/no-non-null-assertion": "off",
37+
"@typescript-eslint/no-require-imports": "off",
3738
"@typescript-eslint/no-unused-vars": [
3839
"error",
3940
{

0 commit comments

Comments
 (0)