We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cbdfd commit 9a99c71Copy full SHA for 9a99c71
eslint.config.mjs
@@ -11,6 +11,7 @@ export default tseslint.config(
11
eslintConfigPrettier,
12
eslintPluginPrettierRecommended,
13
{
14
+ files: ["src/**/*.ts"],
15
rules: {
16
"@typescript-eslint/no-unsafe-declaration-merging": "off",
17
"@typescript-eslint/no-explicit-any": "off",
0 commit comments