Skip to content

Commit a4294e2

Browse files
Disable no-explicit-any in gulpfile.ts directory
1 parent e3a6678 commit a4294e2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
overrides: [
3+
{
4+
files: ["*"],
5+
rules: {
6+
"@typescript-eslint/no-explicit-any": "off",
7+
},
8+
},
9+
],
10+
};

0 commit comments

Comments
 (0)