Skip to content

Commit 813e76b

Browse files
committed
fix linting
1 parent 1793e68 commit 813e76b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,10 @@ export default ts.config(
3535
svelteConfig
3636
}
3737
}
38+
},
39+
{
40+
rules: {
41+
'@typescript-eslint/no-explicit-any': 'off',
42+
},
3843
}
3944
);

0 commit comments

Comments
 (0)