wickes-css2 2.103.0-develop.5 → 2.103.0-develop.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Readme.md CHANGED
@@ -279,3 +279,8 @@ For activation sticky functionality in checkout-right-aside, please do next step
279
279
  1) please wrap right aside content by <div class=“right-aside-sticky”></div>;
280
280
  2) if page contains "recently viewed" component, please wrap it by <div class="footer_sticky-right-aside">
281
281
 
282
+ ## Husky pre-commit lint
283
+ To configure pre-commit lint run:
284
+ ```
285
+ yarn setup:husky
286
+ ```