remark-lint
Advanced tools
Comparing version 6.0.3 to 6.0.4
@@ -7,5 +7,5 @@ 'use strict' | ||
/* `remark-lint`. This adds support for ignoring stuff from | ||
* messages (`<!--lint ignore-->`). | ||
* All rules are in their own packages and presets. */ | ||
// `remark-lint`. This adds support for ignoring stuff from messages | ||
// (`<!--lint ignore-->`). | ||
// All rules are in their own packages and presets. | ||
function lint() { | ||
@@ -12,0 +12,0 @@ this.use(lintMessageControl) |
{ | ||
"name": "remark-lint", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "Lint markdown with remark", | ||
@@ -14,5 +14,5 @@ "license": "MIT", | ||
"bugs": "https://github.com/remarkjs/remark-lint/issues", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"contributors": [ | ||
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" | ||
], | ||
@@ -19,0 +19,0 @@ "files": [ |
@@ -7,2 +7,4 @@ # ![remark-lint][logo] | ||
[![Chat][chat-badge]][chat] | ||
[![Sponsors][sponsors-badge]][collective] | ||
[![Backers][backers-badge]][collective] | ||
@@ -43,6 +45,12 @@ `remark-lint` is a markdown code style linter built on [**remark**][remark], a | ||
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
[chat]: https://gitter.im/remarkjs/Lobby | ||
[chat]: https://spectrum.chat/unified/remark | ||
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg | ||
[backers-badge]: https://opencollective.com/unified/backers/badge.svg | ||
[collective]: https://opencollective.com/unified | ||
[repo]: https://github.com/remarkjs/remark-lint#readme | ||
@@ -56,4 +64,4 @@ | ||
[author]: http://wooorm.com | ||
[author]: https://wooorm.com | ||
[suppres]: https://github.com/remarkjs/remark-lint#configuring-remark-lint |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2827
65