Sign in
bazel
/
rules_typescript
/
c11f3dc0abda07564a6d8ea47139faa0599dae1e
/
docs
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
86980a7
Move skydoc rule to //docs package
by Alex Eagle
· 7 years ago
396112a
PiperOrigin-RevId: 195470073
by TypeScript Team
· 7 years ago
630be7e
Fix the base URL for rules_typescript API docs, and add missing ts_web_test doc.
by alexeagle
· 7 years ago
e1c9d62
Add generated API docs for TypeScript rules
by alexeagle
· 7 years ago
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
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
ee38d30
Add a tsetse rule to ban equality comparison with NaN
by Caleb Eggensperger
· 7 years ago
63312f4
Restore GitHub pages configurations
by alexeagle
· 7 years ago
7e22834
Initial docs site for http://tsetse.info
by Alex Eagle
· 7 years ago