-
Software Engineer @Canva
- Adelaide, Australia
-
22:41
(UTC +10:30) - https://zacher.com.au
- @bradzacher
- @bradzacher@mastodon.online
Highlights
Block or Report
Block or report bradzacher
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
✨ Monorepo for all the tooling which enables ESLint to support TypeScript -
Adds simple coloured statusbar items mirroring the style of the base vscode statusbar icons.
TypeScript 3
-
-
vscode-copy-filename Public
Simple VS Code plugin that allows you to copy file name or folder name to clipboard from sidebar or opened file label.
TypeScript 6
-
vscode-markdown-linkifier Public
Creates quick local markdown links using [[name]] syntax
994 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 18 commits in 2 repositories
Created 1 repository
- bradzacher/eslint JavaScript
Created a pull request in typescript-eslint/typescript-eslint that received 5 comments
fix(eslint-plugin): [no-misused-promises] fix incorrect detection of void functions in JSX attributes
PR Checklist Addresses an existing open issue: fixes #6637 That issue was marked as accepting prs Steps in Contributing were taken Overview D…
Opened 6 other pull requests in 2 repositories
typescript-eslint/typescript-eslint
1
open
4
merged
eslint/eslint
1
merged
Reviewed 62 pull requests in 2 repositories
typescript-eslint/typescript-eslint
25 pull requests
- chore(website): [playground] drop support for typescript v3
- docs: remove hourglass for types allowlist from v6 beta post
- feat: add new package for our rule-tester fork
- chore(website): correct Discord links to all be general invites
- fix(eslint-plugin): [no-unnecessary-condition] ignore optionally accessing index signatures
- docs(eslint-plugin): [lines-around-comment] fix typo
- fix(eslint-plugin): correct crashes with getTypeArguments for ts < 3.7
- chore(website): fix v6 beta post links to point to v6 site
- fix: fix illegal decorator check
- chore(website): update build script to use esbuild instead of rollup
- chore(deps): update dependency rimraf to v4.4.0
-
fix(typescript-estree): forbid
override
on non-constructor function/methods - fix(utils): accept null as default option
- docs(eslint-plugin): [lines-around-comment option] cleaned up docs
- fix(typescript-estree): allow writing to deprecated node properties
- docs(eslint-plugin): [await-thenable] fix typo
- chore: v6.0.0
- feat(eslint-plugin): [prefer-readonly-parameter-types] added an optional type allowlist
- feat(typescript-estree): check modifiers on every node
- fix(eslint-plugin): allow parser@^6.0.0
- chore(website): touchups for the v6 beta blog post
- docs: add v6 upgrade blog post
- feat(eslint-plugin): [lines-around-comment] add extension rule
- chore(deps): update dependency jest-specific-snapshot to v8
- chore(deps): update dependency eslint-plugin-unicorn to v46
- Some pull request reviews not shown.
DefinitelyTyped/DefinitelyTyped
3 pull requests
Created an issue in microsoft/TypeScript that received 10 comments
noUncheckedIndexedAccess
does not include undefined
in the type for assignment operators like ??=
or +=
Bug Report