Commit Graph

7 Commits (v10.4.7)

Author SHA1 Message Date
Rhys Arkins f8be45055a
refactor: remove config.api and use platform dispatcher () 2017-11-07 11:46:10 +01:00
Rhys Arkins 935a70e88c
refactor: use plain markdown for onboarding pr body ()
This PR refactors the onboarding PR logic into its own subdirectory and redesigns it to use plain markdown instead of html. Plain markdown in PR bodies is a requirement for adding VSTS Support (  ).
2017-11-03 10:01:54 +01:00
Rhys Arkins b4e2341d1e refactor: use prettier instead of eslint-plugin-prettier ()
Having eslint flag prettier "errors" in editors can be rather painful. Also chose against linting staged files for prettier because I like to stage partials. Instead:
- Recommended to use plugins for editors to format on save, e.g. `prettier-atom`
- Prettier will be run as part of `npm test`
2017-10-01 07:06:06 +02:00
renovate[bot] cfc6c5ccdf fix: update dependency eslint-config-airbnb-base to v12 ()
* chore(deps): update dependency eslint-config-airbnb-base to v12.0.0

* fix lint
2017-09-15 19:46:25 +02:00
Jon Bretman 3818e535ad Move tests to Jest ()
* No need to run tests against compiled code
* Better support for reseting modules
* Will make writing tests for the github/npm apis easier
2017-02-09 05:30:00 +01:00
Rhys Arkins 00d6249711 Refactor config
Now generates CLI, env and docs
Makes config more testable
2017-01-20 14:03:18 +01:00
Rhys Arkins 733ea77d85 Fix mocha lint 2017-01-12 10:10:47 +01:00