ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
29 stars 9 forks source link

Enable prettier for storybook package #2149

Closed jattasNI closed 4 weeks ago

jattasNI commented 1 month ago

Pull Request

๐Ÿคจ Rationale

Fixes #2136

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

  1. Follow patterns in other packages for .prettierignore, prettierrc
  2. Add *.mdx as not ignored file type
  3. Run prettier and bask in the glory of consistent formatting

I'm also setting metadata on rich-text-mention-users-guidance.mdx to put it in the Patterns section since I noticed it's appearing publicly.

๐Ÿงช Testing

Spot checked the rendered storybook and some of the changed files to see if anything was being egregiously broken.

โœ… Checklist