Skip to content

Commit ef1fc97

Browse files
committed
Supply options
1 parent 4129461 commit ef1fc97

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.rtlintrc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,19 @@
99
"@stdlib/_tools/repl-txt/rules/section-order": "error",
1010
"@stdlib/_tools/repl-txt/rules/section-style": "error",
1111
"@stdlib/_tools/repl-txt/rules/see-also": "error",
12-
"@stdlib/_tools/repl-txt/rules/tag-description-style": "error",
12+
"@stdlib/_tools/repl-txt/rules/tag-description-style": [ "error", {
13+
"whitelist": [
14+
"ndarray",
15+
"p-value",
16+
"rehype",
17+
"remark",
18+
"stdlib",
19+
"x-axis",
20+
"y-axis",
21+
"x-coordinate",
22+
"y-coordinate"
23+
]
24+
}],
1325
"@stdlib/_tools/repl-txt/rules/tag-typedef-typos": "error",
1426
"@stdlib/_tools/repl-txt/rules/whitelisted-sections": "error"
1527
}

0 commit comments

Comments
 (0)