1. 1825955 Ban using Promises as a condition, which is error-prone. Promises are always truthy - it's likely that instead the developer intended to check the result of the Promise. by TypeScript Team · 6 years ago
  2. 86980a7 Move skydoc rule to //docs package by Alex Eagle · 7 years ago
  3. 396112a PiperOrigin-RevId: 195470073 by TypeScript Team · 7 years ago
  4. 630be7e Fix the base URL for rules_typescript API docs, and add missing ts_web_test doc. by alexeagle · 7 years ago
  5. e1c9d62 Add generated API docs for TypeScript rules by alexeagle · 7 years ago
  6. 0cf0fd0 Require all promises in an async function to be consumed in some way (awaited, returned, assigned to a variable, etc). Not using a promise in an async function is likely to be a bug. by TypeScript Team · 7 years ago
  7. 64a6173 Ban using "toBeTruthy()" to match Promises, which is error-prone. Promises are always truthy - it's likely that instead the developer intended to match the result of the Promise. by TypeScript Team · 7 years ago
  8. ee38d30 Add a tsetse rule to ban equality comparison with NaN by Caleb Eggensperger · 7 years ago
  9. 63312f4 Restore GitHub pages configurations by alexeagle · 7 years ago
  10. 7e22834 Initial docs site for http://tsetse.info by Alex Eagle · 7 years ago