Conform UXDS library to Prettier & ESLint standards #120
Labels
documentation
Changes only affect the documentation
good first issue
Good for newcomers
internal
Changes only affect the internal API
tests
Add or improve existing tests
Is your feature request related to a problem? Please describe.
We have a lot of places in our UX design system library jedgar1mx/COD-Design-System that have precarious javascript patterns (e.g. using
!=
instead of!==
or instantiated but unused variables).Describe the solution you'd like
Put prettier and ESLint in place and enforce these standards for any new files. Go back and tackle the old issues as time permits.
This is a master issue to add prettier and ESLint into our CI workflow then tackle old issues as time permits.
The text was updated successfully, but these errors were encountered: