Commit Graph

4 Commits

Author SHA1 Message Date
Titus Wormer
a090609e05 Update dev-dependencies 2017-07-21 12:07:04 -04:00
Titus Wormer
f7129967f7 Update lerna 2017-02-18 17:52:02 +01:00
Titus Wormer
3b11ff4a34 Update lerna 2016-09-10 11:51:53 +02:00
Titus Wormer
f5c1227218 Make reset the default
Closes GH-81.

This adds proper support for presets in **remark-lint**.

This is a big one: **remark-lint** no longer does anything
without you telling it to.

* Update internals, docs, examples, to turn `reset`
  on by default;
* Refactor project to monorepo;
* Move library to `./packages/remark-lint`;
* Add the following preset packages:
  * `remark-preset-lint-consistent`;
  * `remark-preset-lint-recommended`;
  * `remark-preset-lint-legacy`.

If you’re using the CLI, please add one or more of these presets
to your configuration file.

On the API, note that presets are node modules, so it’s possible
to `require` them as well.
2016-08-22 10:57:20 +02:00