remark-lint-unordered-list-marker-style
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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 |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8884