Highlights
- Arctic Code Vault Contributor
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 upPinned
2,583 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 5 commits in 2 repositories
Reviewed 2 pull requests in 1 repository
sindresorhus/refined-github 2 pull requests
Created an issue in sindresorhus/eslint-plugin-unicorn that received 1 comment
Disallow `!??` in TypeScript
! in TypeScript (non-null assertion operator) cancels the null type and ?? (nullish coalescing operator) actually handles it. The first one is red…