We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4129461 commit ef1fc97Copy full SHA for ef1fc97
.rtlintrc
@@ -9,7 +9,19 @@
9
"@stdlib/_tools/repl-txt/rules/section-order": "error",
10
"@stdlib/_tools/repl-txt/rules/section-style": "error",
11
"@stdlib/_tools/repl-txt/rules/see-also": "error",
12
- "@stdlib/_tools/repl-txt/rules/tag-description-style": "error",
+ "@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
+ }],
25
"@stdlib/_tools/repl-txt/rules/tag-typedef-typos": "error",
26
"@stdlib/_tools/repl-txt/rules/whitelisted-sections": "error"
27
}
0 commit comments