We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e874d36 commit d26b940Copy full SHA for d26b940
.eslintrc
@@ -1,3 +1,6 @@
1
{
2
- "extends": "@antfu"
+ "extends": "@antfu",
3
+ "rules": {
4
+ "@typescript-eslint/no-inferrable-types":"off"
5
+ }
6
}
0 commit comments