A monorepo for all of our npm packages

2 Open Issues Need Help Last updated: Jul 7, 2025

Open Issues Need Help

View All on GitHub
Software Development Package Management

AI Summary: The task involves modifying the TypeScript ESLint configuration within an npm monorepo to allow the use of 'are' as a valid boolean variable name. This requires updating the `@typescript-eslint/naming-convention` rule, committing the changes, creating a changeset to manage the version update, and following the monorepo's release process (including beta release and final release to npm), and finally announcing the update in the designated Slack channel.

Complexity: 3/5
enhancement good first issue Package: Coding Standards

A monorepo for all of our npm packages

TypeScript
Software Development Package Management

AI Summary: Implement an SVG sprite loader for a monorepo npm package to enable fingerprinting of SVG sprites for improved caching. This involves creating a custom loader that either inlines the compiled SVG sprite or provides a JSX component for individual SVGs, resolving issues with asset manifests and build processes. The solution must be compatible with the existing monorepo structure and release process, including changesets for versioning and npm publishing.

Complexity: 4/5
enhancement help wanted Package: Compiler

A monorepo for all of our npm packages

TypeScript