Commit Graph

555 Commits

Author SHA1 Message Date
Titus Wormer
06380dec81 Fix typo 2017-08-17 10:19:05 +02:00
Titus Wormer
e720479218 remark-preset-lint-markdown-style-guide: 2.1.0 2017-08-10 10:57:03 -04:00
Titus Wormer
1e28489ed1 markdown-style-guide: fix blockquote-indentation setting
Closes GH-156.
2017-08-10 10:56:27 -04:00
Titus Wormer
23df514a55 remark-lint-no-paragraph-content-indent: 1.0.2 2017-07-30 13:48:22 -04:00
Titus Wormer
6509e6c856 remark-lint-no-paragraph-content-indent: fix initial image nodes
Closes GH-155.
2017-07-30 13:47:12 -04:00
Titus Wormer
bfd333e4c3 remark-lint-no-paragraph-content-indent: 1.0.1 2017-07-26 13:33:53 -04:00
Titus Wormer
da6d0aa5b4 remark-lint-no-paragraph-content-indent: fix text nodes
Closes GH-153.
2017-07-26 13:32:32 -04:00
Titus Wormer
8fe0a6cc37 remark-preset-lint-markdown-style-guide: 2.0.0 2017-07-23 14:38:02 -04:00
Titus Wormer
560b7c80be remark-preset-lint-recommended: 3.0.0 2017-07-23 14:37:23 -04:00
Titus Wormer
152c08688d remark-lint-no-paragraph-content-indent: 1.0.0 2017-07-23 14:36:22 -04:00
Titus Wormer
c949314746 remark-lint-no-blockquote-without-marker: 2.0.0 2017-07-23 14:36:19 -04:00
Titus Wormer
9eede5694d remark-lint-linebreak-style: 1.0.0 2017-07-23 14:31:41 -04:00
Titus Wormer
f031118989 remark-lint-no-file-name-outer-dashes: 1.0.1 2017-07-23 14:31:16 -04:00
Titus Wormer
84df14a2d6 remark-lint-no-empty-url: 1.0.1 2017-07-23 14:30:53 -04:00
Titus Wormer
bdb8d7685e remark-lint-first-heading-level: 1.1.0 2017-07-23 14:30:29 -04:00
Titus Wormer
2e23e911dd remark-lint-list-item-spacing: 1.1.0 2017-07-23 14:29:09 -04:00
Titus Wormer
0f622e0067 Update list of external rules 2017-07-23 14:02:42 -04:00
Titus Wormer
f356c7f99a Remove usernames from related project slugs 2017-07-23 13:11:24 -04:00
Titus Wormer
45ea0278d7 Remove semi-colons and full-stops from list-item endings 2017-07-23 13:09:25 -04:00
Titus Wormer
95361061ce list-item-spacing: Add support for checking blanks
Previously, `remark-lint-list-item-spacing` worked by checking
if items were multine.  Sometimes, you’d like to check if nodes
contain blank lines instead and base warnings on that.

With this new feature you can pass `{checkBlanks: true}` to opt
into checking for blanks.

Closes GH-144.
2017-07-23 13:02:19 -04:00
Titus Wormer
799f26f601 Remove superfluous comments 2017-07-23 11:56:34 -04:00
Titus Wormer
26767af808 Update Node in Travis 2017-07-23 11:54:59 -04:00
Titus Wormer
c301503b1b Remove cell padding in tables 2017-07-23 11:54:41 -04:00
Titus Wormer
6c1f73418b remark-lint-first-heading-level: add support for html
Previously, `first-heading-level` only checked markdown headings.
This new feature adds support for checking HTML too.

Closes GH-77.
2017-07-23 10:49:49 -04:00
Titus Wormer
ab313e0ee8 remark-lint-no-paragraph-content-indent: add rule 2017-07-21 17:02:47 -04:00
Titus Wormer
458d1f81f1 remark-lint-linebreak-style: add rule
Closes GH-145.
2017-07-21 15:12:14 -04:00
Titus Wormer
f55ebde1b3 no-blockquote-without-caret: rename to no-blockquote-without-marker
Closes GH-143.
2017-07-21 12:31:50 -04:00
Piotr Kuczynski
9214242b0c Fix link to remark-preset-lint-consistent
Closes GH-151.
2017-07-21 12:16:00 -04:00
yash-nisar
52b331d086 Fix typo: heasings > headings
Closes GH-148.
Closes GH-150.
2017-07-21 12:08:54 -04:00
Titus Wormer
1381fd2b1f remark-lint-no-empty-url: Remove unneeded dependencies 2017-07-21 12:07:39 -04:00
Titus Wormer
5319fb5c20 remark-lint-no-file-name-outer-dashes: Remove unneeded dependencies 2017-07-21 12:07:26 -04:00
Titus Wormer
a090609e05 Update dev-dependencies 2017-07-21 12:07:04 -04:00
Titus Wormer
44e1dbd3e1 Update remark, remark-cli
See <https://github.com/wooorm/remark/releases/tag/8.0.0>.
2017-07-21 11:53:03 -04:00
Titus Wormer
c31c0e1023 remark-preset-lint-markdown-style-guide: 1.0.0 2017-04-29 13:47:31 +02:00
Titus Wormer
5df936f936 remark-lint-no-shortcut-reference-link: 1.0.1 2017-04-29 13:46:41 +02:00
Titus Wormer
c3c30735b7 remark-lint-hard-break-spaces: 1.0.1 2017-04-29 13:45:59 +02:00
Titus Wormer
f2d193a5d3 Fix CLI example 2017-04-29 13:44:41 +02:00
Titus Wormer
a04a9106ad Update example to use markdown-style-guide 2017-04-29 13:42:07 +02:00
Titus Wormer
2c43d0bc19 Add remark-preset-lint-markdown-style-guide 2017-04-29 13:38:34 +02:00
Titus Wormer
e6cb6e4dc5 Update build script to allow markdown in description of presets 2017-04-29 13:32:10 +02:00
Titus Wormer
42129d148d Fix typo’s 2017-04-29 12:50:49 +02:00
greenkeeperio-bot
ec6810703d Update xo
Closes GH-136.
2017-03-18 17:22:19 +01:00
Titus Wormer
5ff3744887 unified-lint-rule: 1.0.1 2017-03-09 19:51:56 +01:00
Titus Wormer
b704b7761c Add readme to unified-lint-rule 2017-03-09 19:51:36 +01:00
Titus Wormer
c48746a38b Use remark plugins to build lists 2017-03-09 19:48:09 +01: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
1647da08fd Mark no-url-trailing-slash as updated 2017-03-09 12:54:39 +01:00
greenkeeperio-bot
3cb08c49e8 Update parse-author
Closes GH-133.
2017-03-08 14:08:46 +01:00
Titus Wormer
1b8a2068b9 Mention external rules in official list 2017-03-05 13:08:21 +01:00