Commit Graph

525 Commits

Author SHA1 Message Date
Titus Wormer
82d952e05a remark-lint-no-table-indentation: 1.0.3 2019-01-12 11:26:38 +01:00
Titus Wormer
48d4870d22 remark-lint-no-reference-like-url: 1.0.3 2019-01-12 11:26:30 +01:00
Titus Wormer
c23c0a918e remark-lint-no-paragraph-content-indent: 1.0.5 2019-01-12 11:26:22 +01:00
Titus Wormer
6291022b14 remark-lint-no-inline-padding: 1.0.3 2019-01-12 11:26:10 +01:00
Titus Wormer
29c649229b remark-lint-no-empty-url: 1.0.4 2019-01-12 11:26:02 +01:00
Titus Wormer
bacba2a2c4 remark-lint-no-duplicate-definitions: 1.0.3 2019-01-12 11:25:47 +01:00
Titus Wormer
a1555e9028 remark-lint-maximum-line-length: 1.1.1 2019-01-12 11:25:37 +01:00
Titus Wormer
2b4ee86678 remark-lint-link-title-style: 1.0.3 2019-01-12 11:25:24 +01:00
Titus Wormer
07c8c49932 remark-lint-first-heading-level: 1.1.3 2019-01-12 11:25:15 +01:00
Titus Wormer
8d68087607 remark-lint-definition-spacing: 1.0.3 2019-01-12 11:24:58 +01:00
Titus Wormer
a7a831999c remark-lint-definition-case: 1.0.3 2019-01-12 11:24:32 +01:00
Titus Wormer
c8e59a80eb Update unist-util-visit where needed
Closes GH-196.
2019-01-12 11:18:37 +01:00
Titus Wormer
a82769a0a2 6.0.4 2018-11-22 12:34:39 +01:00
Titus Wormer
dd3133f7bc Add more badges 2018-11-22 12:30:13 +01:00
Titus Wormer
bdbdc9c10d Refactor code-style 2018-11-22 12:25:55 +01:00
Titus Wormer
65e25393a7 Move URLs to HTTPS 2018-11-22 12:19:09 +01:00
Titus Wormer
09fb045712 6.0.3 2018-10-23 10:34:47 +02:00
Titus Wormer
0345ca0a51 remark-lint-list-item-indent: 1.0.3 2018-10-23 10:31:00 +02:00
Titus Wormer
dbd51368b8 Fix changelog.md filename 2018-10-23 10:23:07 +02:00
Titus Wormer
693b0efccf Add downloads badge 2018-10-23 10:21:05 +02:00
Titus Wormer
1af49bd82f Move asset references from to githubusercontent 2018-10-23 10:15:37 +02:00
Titus Wormer
02295bcc05 Update logo 2018-10-23 10:07:18 +02:00
Titus Wormer
378e999351 Add contributing.md 2018-10-23 09:49:39 +02:00
Titus Wormer
6eaf3e9bdf list-item-indent: add support for list.spread 2018-10-23 09:40:20 +02:00
Titus Wormer
c106224776 Update dev-dependencies 2018-10-23 09:40:18 +02:00
Titus Wormer
38fcb399eb Move LICENSE > license 2018-10-23 09:30:30 +02:00
Titus Wormer
77fde4ae47 Fix lerna
Related to https://github.com/lerna/lerna/pull/1360.
2018-08-13 17:40:59 -04:00
Titus Wormer
302ef47db2 Update dev-dependencies 2018-08-13 16:06:29 -04:00
Titus Wormer
ae15cd544b Update build scripts 2018-08-13 16:02:45 -04:00
Titus Wormer
1fb1080021 6.0.2 2018-06-04 16:21:39 +02:00
Titus Wormer
895de7d792 maximum-line-length: ignore inline code
Closes GH-171.
2018-06-04 15:23:19 +02:00
Titus Wormer
ab7a47bbe5 Remove superfluous absDiff variable 2018-06-04 15:09:31 +02:00
Titus Wormer
22f7092672 linebreak-style: remove useless variable 2018-06-04 15:04:52 +02:00
Titus Wormer
2b9706ad32 Use unist-util-stringify-position where possible 2018-06-04 14:42:14 +02:00
Titus Wormer
2dc68ce0d9 no-multiple-toplevel-headings: fix bug in message 2018-06-04 14:36:35 +02:00
Titus Wormer
5dc2bb99b7 Update depenencies in rules 2018-05-31 19:32:36 +02:00
Titus Wormer
b680c86e69 link-title-style: fix false-positives on parens
Closes GH-166.
2018-05-21 20:36:49 +02:00
Titus Wormer
6c1b4cf6b0 Refactor code-style 2018-05-19 13:51:23 +02:00
Titus Wormer
b4f1baec9e Fix typo in readme.md 2018-05-17 22:16:00 +02:00
Titus Wormer
9e2a177cc5 Add .npmrc 2018-05-17 22:15:21 +02:00
Titus Wormer
2594e5ec72 Update Node in Travis 2018-05-17 22:14:06 +02:00
Titus Wormer
6b14721756 Remove npm deployment from Travis 2018-05-17 22:13:04 +02:00
Titus Wormer
82d30e866c Update dev-dependencies 2018-05-17 22:12:24 +02:00
Titus Wormer
7727269a10 Update list of contributors 2018-04-05 21:52:01 +02:00
Philipp Burckhardt
5372fdb7f6 linebreak-style: handle explicit default
Closes GH-176.
Closes GH-175.
2018-04-05 21:46:09 +02:00
Titus Wormer
885cfd74ac Update list of contributors 2018-03-09 18:17:25 +01:00
Murderlon
c23a5ec041 no-paragraph-content-indent: fix crash caused by empty alt
Closes GH-173.
Closes GH-172.
2018-03-09 18:01:24 +01:00
Murderlon
0c028a3ec8 Add yarn.lock, package-lock.json to .gitignore 2018-03-09 18:01:05 +01:00
victor felder
ebda39bfa3 Add remark-lint-heading-whitespace to plugins list
Closes GH-170.
2018-02-08 20:35:46 +01:00
Titus Wormer
8a76044f6f Refactor readme.md 2018-01-13 12:03:53 +01:00