AlaskaAirlines / WebCoreStyleSheets

The core front-end framework for building experiences with the Orion Design System and transition to the Auro Design System.
https://auro.alaskaair.com/webcorestylesheets
Apache License 2.0
5 stars 5 forks source link

update to support Husky @latest #174

Closed blackfalcon closed 1 year ago

blackfalcon commented 1 year ago

Is your feature request related to a problem? Please describe.

Repo still uses legacy Husky configs

Describe the solution you'd like

Update the following core features of the badge element

  1. husky pre-commit hooks
  2. update to wc-test-runner

The following outlines the steps needed for updating any repo to the latest version of Husky.

  1. npx husky-init
  2. npm run prepare
  3. chmod ug+x .husky/*
  4. chmod ug+x .git/hooks/*
  5. Update .husky/pre-commit and necessary pre-commit actions
  6. Delete legacy Husky configs from package.json

Exit criteria

This issue can be closed once husky is operating as expected using the @latest version.