Commit Graph

6 Commits

Author SHA1 Message Date
Titus Wormer
799f26f601 Remove superfluous comments 2017-07-23 11:56:34 -04:00
Titus Wormer
e6cb6e4dc5 Update build script to allow markdown in description of presets 2017-04-29 13:32:10 +02:00
greenkeeperio-bot
ec6810703d Update xo
Closes GH-136.
2017-03-18 17:22:19 +01:00
Titus Wormer
cf062c99c4 Add code to generate list of presets 2017-03-09 19:42:34 +01:00
Titus Wormer
4a380fca27 Rewrite so that rules are published to npm individually
Additionally, this updates for remark@7.0.0, unified@6.0.0.
2017-02-23 18:07:52 +01:00
Titus Wormer
8dedd190c1 Add better external rule support, and refactor module
* Remove requirement for synchronous rules to accept, and
  invoke, a `done` handler;
* Add support for returning promises, generators, from
  rules.

* Add `doc/external.md`, with a description on how to use
  and create external rule packages;
* Add structural fixtures per-rule inline, which are now
  shown in (improved) `doc/rules.md`, and used in testing
  each rule;
* Add contributors to `package.json`;
* Remove history before stable from changelog;
* Refactor tests to use `tape` instead of `mocha`;
* Add automated generation of `rules.js` index;
* Fix incorrect badges.
2016-08-02 22:47:01 +02:00