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 a146f9f commit d1e39fcCopy full SHA for d1e39fc
src/blog/2025-12-01-type-aware-alpha.md
@@ -155,9 +155,9 @@ We've continued to make progress on porting popular rules from `typescript-eslin
155
156
Since the initial preview, support for the following rules has also been added:
157
158
-- `no-deprecated` (one of the most commonly requested rules)
159
-- `prefer-includes`
160
-- `strict-boolean-expressions`
+- [`no-deprecated`](/docs/guide/usage/linter/rules/typescript/no-deprecated) (one of the most commonly requested rules)
+- [`prefer-includes`](/docs/guide/usage/linter/rules/typescript/prefer-includes)
+- [`strict-boolean-expressions`](/docs/guide/usage/linter/rules/typescript/strict-boolean-expressions)
161
162
### TypeScript program diagnostics are now reported
163
0 commit comments