Skip to content

Commit d733a7f

Browse files
nschonniTrott
authored andcommitted
feat: add remark-lint-unordered-list-marker-style (#22)
Node was normalized in nodejs/node@e2dcbf1
1 parent fb48277 commit d733a7f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ module.exports.plugins = [
6565
require("remark-lint-rule-style"),
6666
[require("remark-lint-strong-marker"), "*"],
6767
[require("remark-lint-table-cell-padding"), "padded"],
68-
require("remark-lint-table-pipes")
68+
require("remark-lint-table-pipes"),
69+
[require("remark-lint-unordered-list-marker-style"), "*"]
6970
];

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"remark-lint-rule-style": "^1.0.3",
5959
"remark-lint-strong-marker": "^1.0.3",
6060
"remark-lint-table-cell-padding": "^1.0.4",
61-
"remark-lint-table-pipes": "^1.0.3"
61+
"remark-lint-table-pipes": "^1.0.3",
62+
"remark-lint-unordered-list-marker-style": "^1.0.3"
6263
},
6364
"devDependencies": {
6465
"prettier": "^1.18.2",

0 commit comments

Comments
 (0)