Add a list of the current available rules at tsetse.info. PiperOrigin-RevId: 232566676
diff --git a/docs/index.md b/docs/index.md index ee00762..ef521eb 100644 --- a/docs/index.md +++ b/docs/index.md
@@ -41,3 +41,11 @@ mycode.ts(2,1): error TS21222: return value is unused. See http://tsetse.info/check-return-value ``` + +## Rules + +* [Ban expect truthy promise](./ban-expect-truthy-promise) +* [Ban promise as condition](./ban-promise-as-condition) +* [Check return value](./check-return-value) +* [Equals NaN](./equals-nan) +* [Must use promises](./must-use-promises)