Skip to content

Commit d5e681d

Browse files
chore: clarifies the 2 steps necessary to adding a custom rule (#8)
1 parent 5866386 commit d5e681d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For now, see our opinions codified in [index.js](./index.js).
5252

5353
### Advanced: Adding custom rules in your codebase
5454

55-
You may write custom rules within your repository. Follow the [custom rules guide in markdownlint](https://github.com/DavidAnson/markdownlint/blob/main/doc/CustomRules.md) to write your rule. Notice that the rule will need to be applied both in the configuration and the custom rule file will need to be passed in to the running argument in the list of rules applied.
55+
You may write custom rules within your repository. Follow the [custom rules guide in markdownlint](https://github.com/DavidAnson/markdownlint/blob/main/doc/CustomRules.md) to write your rule. Notice that the rule will need to be 1) enabled in the configuration and 2) passed in at the command line.
5656

5757
For instance, if you add `my-rule.js` with the name "some-rule" (see `markdownlint` docs),
5858

0 commit comments

Comments
 (0)