1. 263a6bf Add docs for karma rules by Alex Eagle · 6 years ago
  2. 7250470 Renames `build_bazel_rules_typescript` and `build_bazel_rules_karma` to `npm_bazel_typescript` and `npm_bazel_karma` respectively by alexeagle · 6 years ago
  3. 7b7b043 Add a list of the current available rules at tsetse.info. by radokirov · 6 years ago
  4. a8f559a Adds bazelWorkspaces support to @bazel/typescript and @bazel/karma npm packages by Greg Magolan · 6 years ago
  5. 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
  6. 86980a7 Move skydoc rule to //docs package by Alex Eagle · 7 years ago
  7. 396112a PiperOrigin-RevId: 195470073 by TypeScript Team · 7 years ago
  8. 630be7e Fix the base URL for rules_typescript API docs, and add missing ts_web_test doc. by alexeagle · 7 years ago
  9. e1c9d62 Add generated API docs for TypeScript rules by alexeagle · 7 years ago
  10. 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
  11. 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
  12. ee38d30 Add a tsetse rule to ban equality comparison with NaN by Caleb Eggensperger · 7 years ago
  13. 63312f4 Restore GitHub pages configurations by alexeagle · 7 years ago
  14. 7e22834 Initial docs site for http://tsetse.info by Alex Eagle · 7 years ago