Skip to content

Commit d26b940

Browse files
snowingfoxsnowingfox
snowingfox
authored and
snowingfox
committed
🔥 update eslint rule
1 parent e874d36 commit d26b940

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "@antfu"
2+
"extends": "@antfu",
3+
"rules": {
4+
"@typescript-eslint/no-inferrable-types":"off"
5+
}
36
}

0 commit comments

Comments
 (0)