😍 Running a pre-commit eslint on all js files which have been staged for the given commit:
"precommit": "git diff --name-only --cached | grep .js | xargs ./node_modules/.bin/eslint"
😭 wrap a set of elements in a DOM list.
$block.nextUntil('*:not(primitive-block)')
.andSelf()
.wrapAll('<primitive-wrapper class="primitive-wrapper" />');