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
As is, we can commit and make PRs before checking if our pages properly fit to our codebase's formatting standards. If we can make a github action to run yarn lint-fix and check to make sure that no errors occur on commit, we can prevent scenarios where we open PRs that won't build on netlify due to CI errors.
This can be achieved through husky precommit hooks that's similar to what's used in teach-la's typescript react starter!
The text was updated successfully, but these errors were encountered:
As is, we can commit and make PRs before checking if our pages properly fit to our codebase's formatting standards. If we can make a github action to run
yarn lint-fix
and check to make sure that no errors occur on commit, we can prevent scenarios where we open PRs that won't build on netlify due to CI errors.This can be achieved through husky precommit hooks that's similar to what's used in teach-la's typescript react starter!
The text was updated successfully, but these errors were encountered: