Socket
Socket
Sign inDemoInstall

remark-lint-unordered-list-marker-style

Package Overview
Dependencies
10
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

6

index.js

@@ -10,3 +10,3 @@ /**

*
* Options: `'consistent'`, `'-'`, `'*'`, or `'*'`, default: `'consistent'`.
* Options: `'consistent'`, `'-'`, `'*'`, or `'+'`, default: `'consistent'`.
*

@@ -18,6 +18,6 @@ * `'consistent'` detects the first used list style and warns when subsequent

*
* [`remark-stringify`](https://github.com/remarkjs/remark/tree/master/packages/remark-stringify)
* [`remark-stringify`](https://github.com/remarkjs/remark/tree/HEAD/packages/remark-stringify)
* formats unordered lists using `-` (hyphen-minus) by default.
* Pass
* [`bullet: '*'` or `bullet: '+'`](https://github.com/remarkjs/remark/tree/master/packages/remark-stringify#optionsbullet)
* [`bullet: '*'` or `bullet: '+'`](https://github.com/remarkjs/remark/tree/HEAD/packages/remark-stringify#optionsbullet)
* to use `*` (asterisk) or `+` (plus sign) instead.

@@ -24,0 +24,0 @@ *

{
"name": "remark-lint-unordered-list-marker-style",
"version": "2.0.0",
"version": "2.0.1",
"description": "remark-lint rule to warn when markers of unordered lists violate a given style",

@@ -15,3 +15,3 @@ "license": "MIT",

],
"repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint-unordered-list-marker-style",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-unordered-list-marker-style",
"bugs": "https://github.com/remarkjs/remark-lint/issues",

@@ -18,0 +18,0 @@ "funding": {

@@ -16,3 +16,3 @@ <!--This file is generated-->

Options: `'consistent'`, `'-'`, `'*'`, or `'*'`, default: `'consistent'`.
Options: `'consistent'`, `'-'`, `'*'`, or `'+'`, default: `'consistent'`.

@@ -24,6 +24,6 @@ `'consistent'` detects the first used list style and warns when subsequent

[`remark-stringify`](https://github.com/remarkjs/remark/tree/master/packages/remark-stringify)
[`remark-stringify`](https://github.com/remarkjs/remark/tree/HEAD/packages/remark-stringify)
formats unordered lists using `-` (hyphen-minus) by default.
Pass
[`bullet: '*'` or `bullet: '+'`](https://github.com/remarkjs/remark/tree/master/packages/remark-stringify#optionsbullet)
[`bullet: '*'` or `bullet: '+'`](https://github.com/remarkjs/remark/tree/HEAD/packages/remark-stringify#optionsbullet)
to use `*` (asterisk) or `+` (plus sign) instead.

@@ -40,3 +40,3 @@

| - | - |
| [`remark-preset-lint-markdown-style-guide`](https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide) | `'-'` |
| [`remark-preset-lint-markdown-style-guide`](https://github.com/remarkjs/remark-lint/tree/main/packages/remark-preset-lint-markdown-style-guide) | `'-'` |

@@ -196,3 +196,3 @@ ## Example

[build-badge]: https://img.shields.io/travis/remarkjs/remark-lint/master.svg
[build-badge]: https://img.shields.io/travis/remarkjs/remark-lint/main.svg

@@ -227,10 +227,10 @@ [build]: https://travis-ci.org/remarkjs/remark-lint

[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md
[support]: https://github.com/remarkjs/.github/blob/master/support.md
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md
[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md
[license]: https://github.com/remarkjs/remark-lint/blob/master/license
[license]: https://github.com/remarkjs/remark-lint/blob/main/license
[author]: https://wooorm.com
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc