Reagan Elm

Results 5 issues of Reagan Elm

The suggested work around for multiple Storybooks in a monorepo ([docs](https://www.chromatic.com/docs/monorepos#combine-multiple-projects-into-a-single-storybook)) does not work with Typescript as the storybooks need to be transpiled with WebPack. There is no easy way...

Would like to add skip rule to ignore all UUIDs (ex: `10fa9e30-95ce-4bb6-844b-e68445bf2d63`) Have tried: ```json { "skipIfMatch": "^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$" } ``` but still get errors: ``` You have a misspelled word:...

As the new library fully supports Typescript can we get a sample using Typescript to highlight the advantages?

## Summary `rush build` error logs no longer include STDOUT since `5.124.4`. ## Repro steps Using https://github.com/microsoft/rush-example 1. Add TS error in package 2. `rush build` 3. Review generated logs...

Latest release (3.1.4) removed the type definition file (`dist/NetworkTest/index.d.ts`) breaking Typescript