Commit Graph

14 Commits

Author SHA1 Message Date
Sérgio Ramos 6cf84c583c feat(boilerplate): create next-like boilerplate for quick prototypes
also, some cleanup

fixes #773
2017-10-19 22:15:52 +01:00
Sérgio Ramos 52fdc0f7dd ci: don't exit(1) when pre-commiting partially staged files 2017-10-12 19:56:41 +01:00
Sérgio Ramos a6d69918fc style: format 2017-09-19 11:20:43 +01:00
Sérgio Ramos 7749f1eb62 chore: remove extracted packages 2017-09-19 10:34:50 +01:00
Sara Vieira 08b97a430a chore(my-joyent): Update from conventional-changelog-lint to commitlint
:q

closes #641
2017-09-08 11:13:03 +01:00
Sara Vieira e2e6069749 feat(my-joyent): Adds boilerplate for my joyent
Create starting boilerplate for my joyent prototype
2017-09-08 10:38:32 +01:00
Sérgio Ramos 1416f5821b chore: upgrade prettier 2017-07-26 11:44:49 +01:00
JUDIT GRESKOVITS 67aedbdc54 feat: Lint changed before commit, except if partially staged 2017-06-21 16:52:08 +01:00
JUDIT GRESKOVITS cb85b75a04 feat: Format changed before commit, except if partially staged 2017-06-20 16:36:22 +01:00
JUDIT GRESKOVITS cab7411454 feat(joyent-ui-toolkit,joyent-cp-frontend): Quick actions show and hide 2017-06-01 11:08:32 +01:00
Sérgio Ramos efd87268da chore: use `stdio` option on execa 2017-05-29 23:04:51 +01:00
Sérgio Ramos c327f9f1ef chore: handle empty files array in format-staged
if format-staged is run and after filtering by opt-out no files are left, it tries to format everything
2017-05-26 12:02:19 +01:00
Sérgio Ramos 8974a0546f chore: when formatting staged files, also account for /scripts 2017-05-26 10:20:15 +01:00
Sérgio Ramos 9b3874ea56 chore: format, lint, and test scripts based on staged files
For lint and test, it detects the packages that the staged files affect and only
runs the corresponding `lint` and `test` scripts.

For format, it will run prettier through the Added/Modified js files.
2017-05-26 10:20:00 +01:00