Highlights
- Arctic Code Vault Contributor
- Pro
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
Pinned
2,206 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in webtorrent/webtorrent that received 1 comment
Update various dependencies
What is the purpose of this pull request? (put an "X" next to item) [ ] Documentation update [x] Bug fix [ ] New feature [ ] Other, please explain: …
Created an issue in standard/standard that received 3 comments
Enforce newlines between operands of ternary expressions if the expression spans multiple lines (multiline-ternary)
https://eslint.org/docs/rules/multiline-ternary
Desired config:
/*eslint multiline-ternary: ["error", "always-multiline"]*/
JavaScript allows oper…
- Add ES2021 Globals
- Disallow loops with a body that allows only one iteration (no-unreachable-loop)
- Disallow returning values from Promise executor functions (no-promise-executor-return)
- Disallow useless backreferences in regular expressions (no-useless-backreference)
- Enforce default clauses in switch statements to be last (default-case-last)
- Disallow Number Literals That Lose Precision (no-loss-of-precision)
- Support EcmaScript 2021