diff --git a/docs/Custom_Rules.mdx b/docs/Custom_Rules.mdx index 0590398b8188..56cc78997923 100644 --- a/docs/Custom_Rules.mdx +++ b/docs/Custom_Rules.mdx @@ -202,7 +202,7 @@ export const rule = createRule({ }); ``` -## Type Checking +## Typed Rules :::tip Read TypeScript's [Compiler APIs > Using the Type Checker](https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API#using-the-type-checker) section for how to use a program's type checker.