From e6305dc0b7dbf2eaeb3a7b7c876eb9b52c060d81 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 23 May 2018 20:04:29 -0400 Subject: [PATCH] docs: Point to markdownlint-rules keyword on NPM --- doc/CustomRules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CustomRules.md b/doc/CustomRules.md index 3b538d97..94ab91f3 100644 --- a/doc/CustomRules.md +++ b/doc/CustomRules.md @@ -1,7 +1,7 @@ # Custom Rules In addition to its built-in rules, `markdownlint` lets you enhance the linting experience by passing a list of custom rules using the [`options.customRules` property](../README.md#optionscustomrules). -Custom rules can do everything the built-in rules can and are defined inline or imported from another package (keyword `markdownlint-rules` on [npm](https://www.npmjs.com/)). +Custom rules can do everything the built-in rules can and are defined inline or imported from another package ([keyword `markdownlint-rules` on npm](https://www.npmjs.com/search?q=keywords:markdownlint-rules)). Custom rules can be disabled, enabled, and customized using the same syntax as built-in rules. ## Authoring