ni / nimble

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

Fix prettier configuration #2182

Closed rajsite closed 3 weeks ago

rajsite commented 3 weeks ago

Pull Request

๐Ÿคจ Rationale

In #2168 had updated prettierignore files to use a syntax for multiple line endings being handled by a single ignore line. Turns out the prettierignore files use gitignore syntax (which does not support that) while the files cli argument does support that.

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

๐Ÿงช Testing

Validated that the output of the number of files scanned by prettier is more reasonable (626 files for nimble-components vs 13 files).

โœ… Checklist

rajsite commented 3 weeks ago

@jattasNI @atmgrifter00 @mollykreis PR is pretty trivial as reverts, alignment on existing patterns, and result of running format so override merging.