You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of checking for secrets after the fact with Preflight, we could instead install a pre-commit Git hook that will check for them, as suggested in this tweet:
The only pre-commit hook you should have is one scanning commits for secrets and API keys.
Instead of checking for secrets after the fact with Preflight, we could instead install a pre-commit Git hook that will check for them, as suggested in this tweet:
We could add this with the scaffolder / starter command, which the install script in
eslint-config-upleveled
should turn into:create-
starter package for 1-command install eslint-config-upleveled#165The text was updated successfully, but these errors were encountered: