Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Tokyo, Japan
- https://rhysd.github.io/
Popular repositories
3,210 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in typescript-eslint/typescript-eslint that received 2 comments
docs(eslint-plugin): [no-non-null-assertion] correct example
Previous example
const includesBaz: boolean = foo.bar && foo.bar.includes('baz');
does not compile with --strictNullChecks because type of foo.bar …
+1
−1
•
2
comments