diff --git a/package.json b/package.json index 82e941dd..57ba1f6c 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,14 @@ "lint-md": "remark ." }, "remarkConfig": { + "settings": { + "emphasis": "*", + "strong": "*" + }, "plugins": [ - "remark-preset-lint-recommended" + "remark-preset-lint-recommended", + "remark-lint-emphasis-marker", + "remark-lint-strong-marker" ] }, "dependencies": {