Commit Graph

37 Commits

Author SHA1 Message Date
Titus Wormer
1a1e7cc586
Add JSDoc based types 2021-08-12 14:01:59 +02:00
Titus Wormer
e7a7701963
Update docs 2021-08-11 15:18:48 +02:00
Titus Wormer
f5cb7d27c3
Use ESM 2021-08-11 15:18:43 +02:00
Titus Wormer
00a6312656
Use Actions 2021-02-16 11:18:37 +01:00
Titus Wormer
79a697c45f
preset-lint-consistent: 4.0.0 2020-10-12 16:44:36 +02:00
Titus Wormer
6ef0e2fc5d
8.0.0 2020-10-12 16:43:20 +02:00
Titus Wormer
2b5ad903d0
table-cell-padding: 3.0.0 2020-10-12 16:38:53 +02:00
Titus Wormer
4c1732bd9f
checkbox-character-style: 3.0.0 2020-10-12 16:32:29 +02:00
Titus Wormer
ed33247153
Add Discussions 2020-08-22 15:33:21 +02:00
Titus Wormer
750541e2fb
Publish a patch version for all packages 2020-07-02 12:54:10 +02:00
Titus Wormer
b40fe0f43e
Change master in links 2020-06-23 12:00:43 +02:00
Titus Wormer
ed642cbb4b
preset-lint-consistent: 3.0.0 2020-03-30 15:36:35 +02:00
Titus Wormer
382bfbab31
preset-lint-consistent: update dependencies 2020-03-30 15:35:28 +02:00
Titus Wormer
590669ad50
Update dev-dependencies 2020-03-30 14:11:23 +02:00
Titus Wormer
873212e55c
Publish a patch version for all packages 2020-03-24 15:07:01 +01:00
Titus Wormer
7ce2e37dc0
Update metadata 2020-03-24 14:50:59 +01:00
Titus Wormer
497b5bce28
Add funding fields to package.jsons 2020-03-24 14:47:35 +01:00
Titus Wormer
acec739a4b
Refactor prose
…and improve some error messages
2020-03-24 11:35:17 +01:00
Titus Wormer
57b9eb10a3
Publish a patch version for all packages 2019-06-20 12:08:14 +02:00
Titus Wormer
d7750be12e
Add badges, contributing, etc to packages 2019-06-20 11:42:27 +02:00
Titus Wormer
2e2105f0e4
Refactor prose in packages 2019-06-20 10:51:46 +02:00
Titus Wormer
65e25393a7 Move URLs to HTTPS 2018-11-22 12:19:09 +01:00
Titus Wormer
38fcb399eb Move LICENSE > license 2018-10-23 09:30:30 +02:00
Titus Wormer
1fb1080021 6.0.2 2018-06-04 16:21:39 +02:00
Titus Wormer
6c1b4cf6b0 Refactor code-style 2018-05-19 13:51:23 +02:00
Titus Wormer
ddfad50650 Migrate to remarkjs 2017-12-08 15:39:26 +01:00
Titus Wormer
3bf6f40f53 Publish packages
Publish by 282d276 affected packages (which is, in fact, all packages).
2017-08-17 14:00:27 +02:00
Titus Wormer
282d27606d Refactor readme.mds
This commit rewrites most of the documentation per rule and preset,
`remark-lint` itself, and `unified-lint-rule`.

* Better and more readable automatic examples
* Check and update all rule descriptions
* Use middot (·) and line-feed (␊) for relevant examples
* Unify descriptions of `'consistent`'
* Add some more docs where needed

Closes GH-158.
2017-08-17 13:52:59 +02:00
Titus Wormer
c301503b1b Remove cell padding in tables 2017-07-23 11:54:41 -04:00
Piotr Kuczynski
9214242b0c Fix link to remark-preset-lint-consistent
Closes GH-151.
2017-07-21 12:16:00 -04:00
Titus Wormer
e6cb6e4dc5 Update build script to allow markdown in description of presets 2017-04-29 13:32:10 +02:00
Titus Wormer
cf062c99c4 Add code to generate list of presets 2017-03-09 19:42:34 +01:00
Titus Wormer
74b3e66880 Fix typo 2017-03-09 19:35:33 +01:00
Titus Wormer
9327e77be3 6.0.0 2017-02-23 18:34:08 +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
b8df5e3750 5.0.0 2016-08-22 11:07:50 +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