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 up
Pinned
2,462 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created a pull request in microsoft/rushstack that received 1 comment
- [eslint-config] Ignore *.d.ts files and extraneous .eslintrc.js files
- [eslint-patch] Support ESLint 7.8.0 and newer
- [api-extractor] Upgrade bundled compiler to support TypeScript 4.0
- [eslint-plugin-packlets] Fix several miscellaneous issues
- [node-core-library] Fix incorrect Terminal coloring on Linux
- Replace Gitter link with Zulip
- Run "rush update --full" to fix incorrect path that broke "rush publish"
- [eslint-plugin-packlets] Optionally require a README.md file in each packlet folder
- [eslint-plugin-packlets] Fix link in README.md
- [rig-package] Fix minor mistake in README.md
- [eslint-plugin-packlets] Initial implementation
- [Heft] Preserve test reporters in Jest config
- [rush] Add `--ignore-hooks` command line flag to all rush actions
- [eslint-plugin-packlets] Fix several miscellaneous issues
- [rush-lib] Run post-install step on every call to `rush install` or `rush update`
- [heft] Fix an issue where the --debug flag isn't set properly for plugins.
- Refactor out large string array allocation in resolveThemableArray
- Support relative paths in @import and @use
- [rush] Always prefer preferred versions for resolution in workspace install
- [eslint-plugin-packlets] Initial implementation
- Add documentation for incremental option for bulk custom commands
Created an issue in microsoft/rushstack that received 6 comments
[eslint-plugin] Proposal: "Packlets" model for lightweight package-like folders within a project
Motivation @bartvandenende-wm and @victor-wm came to our tools team with an cool idea for encouraging modularization of a large Rush project, witho…