Josh Goldberg ✨

Results 1216 issues of Josh Goldberg ✨

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....

bug
good first issue
hacktoberfest
domain: a11y

#45 - jsfiddle is nice, but eventually I'd like to have a dedicated one. Perhaps with a [konamimojisplosion](https://github.com/Codecademy/Konamimojisplosion) integration on it. 😄

This repository is from back when I used `.travis.yml` as the build manager for all my projects... it's been a while!

Inspired by @helenamerk in #42: it'd be awesome to flesh out a few more demos. > Our team built out a few templates like "rocket" and "rainbow" that are super...

accepting prs
documentation

For teams where the code style is tabs instead of spaces _(boo!)_, linting needs a way to enforce that 4x` ` gets replaced with tabs.

new rule

Reference: https://palantir.github.io/tslint/rules/file-header/ Useful for teams that enforce a `Copyright MyCompany. All rights reserved.` comment at the beginning of files.

new rule

In https://github.com/typescript-eslint/typescript-eslint/pull/4378/files#diff-b7600c047aa2f2fb16eafae5010267ecc7e6ab19a7a165d6a4cb860ffc0dfffa, I added the following functions: ```ts export function isTypeBigIntLiteralType( type: ts.Type, ): type is ts.BigIntLiteralType { return isTypeFlagSet(type, ts.TypeFlags.BigIntLiteral); } export function isTypeTemplateLiteralType( type: ts.Type, ): type is...

Fixes https://github.com/typescript-eslint/typescript-eslint/issues/3405 The issue is that `modifiersType` doesn't necessarily exist in TypeScript's internal `MappedType`: https://github.com/microsoft/TypeScript/blob/5fde87135f25a2dbea8a98e05438e61fdad06fe6/src/compiler/types.ts#L5431 ```ts /* @internal */ export interface MappedType extends AnonymousType { // ... modifiersType?: Type; //...

```typescript /** * First */ const firstVariable = true, /** * Second */ secondVariable = false; ``` ```typescript import { getJsDoc } from "tsutils"; // Edit: not visitVariableStatement(node: VariableStatement) function...

feature request

#86 but with the changes suggested by maintainers and/or proposed by me as comments. Most notably: * Revamped README.md, including linking to new dependencies * Removes `standard` and much of...