Skip to content

Commit 884a9a9

Browse files
committed
🐛 make *.d.ts relaxing
1 parent 4116f0a commit 884a9a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/configs/_ts.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,11 @@ module.exports = {
7676
},
7777
},
7878
}),
79+
{
80+
files: ["*.d.ts"],
81+
rules: {
82+
strict: "off",
83+
},
84+
},
7985
],
8086
}

0 commit comments

Comments
 (0)