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
The idea is to be able to perform some linting and formating before committing your code. The commit phase will break if linting and formatting not working as expected on current staged changes. With this we can ensure no errors (like missing semicolon, etc) and give us some coding style to follow!
jrgcubano
changed the title
Add lint-staged with prettier to lint and format code before commit a feature or fix
Add lint-staged with prettier to lint and format code before commit
Dec 11, 2017
jrgcubano
changed the title
Add lint-staged with prettier to lint and format code before commit
Add linting and formating code phase before commit
Dec 11, 2017
jrgcubano
changed the title
Add linting and formating code phase before commit
Add code linting and formating phase before commit
Dec 11, 2017
The idea is to be able to perform some linting and formating before committing your code. The commit phase will break if linting and formatting not working as expected on current staged changes. With this we can ensure no errors (like missing semicolon, etc) and give us some coding style to follow!
Useful links to review:
The text was updated successfully, but these errors were encountered: