Skip to content

Instantly share code, notes, and snippets.

@eps1lon
Last active March 6, 2020 01:19
Show Gist options
  • Save eps1lon/f551590aca8593cd5155054b4b2f0617 to your computer and use it in GitHub Desktop.
Save eps1lon/f551590aca8593cd5155054b4b2f0617 to your computer and use it in GitHub Desktop.
material-ui maintainer git-hooks. they're not in the repo because of false positives and not everybody knows no-verify
#!/bin/bash
# -e Exit immediately if a command exits with a non-zero status.
set -e
circleci config validate
yarn prettier check-changed
yarn lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment