Skip to content

Commit 3eb62ae

Browse files
authored
chore: fix lint config, caused errors for code regen (#264)
1 parent 660d731 commit 3eb62ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ module.exports = {
4848
],
4949
"@typescript-eslint/no-empty-interface": "off",
5050
eqeqeq: ["error", "smart"],
51+
"@typescript-eslint/no-unsafe-argument": "off",
5152
},
5253
};

0 commit comments

Comments
 (0)