We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e35d9 commit cdd93f6Copy full SHA for cdd93f6
packages/eslint-plugin/docs/rules/no-inferrable-types.mdx
@@ -106,6 +106,8 @@ class Foo {
106
107
If you strongly prefer to have explicit types regardless of whether they can be inferred, this rule may not be for you.
108
109
+If you use the `--isolatedDeclarations` compiler option, this rule is incompatible.
110
+
111
## Further Reading
112
113
- [TypeScript Inference](https://www.typescriptlang.org/docs/handbook/type-inference.html)
0 commit comments