You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ For now, see our opinions codified in [index.js](./index.js).
52
52
53
53
### Advanced: Adding custom rules in your codebase
54
54
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 bothin the configuration and the custom rule file will need to be passed into 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) enabledin the configuration and 2) passed inat the command line.
56
56
57
57
For instance, if you add `my-rule.js` with the name "some-rule" (see `markdownlint` docs),
0 commit comments