forked from stdlib-js/stdlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rtlintrc
28 lines (28 loc) · 1018 Bytes
/
.rtlintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"@stdlib/_tools/repl-txt/rules/doctest": "error",
"@stdlib/_tools/repl-txt/rules/code-semicolons": "error",
"@stdlib/_tools/repl-txt/rules/has-parameters-section": "error",
"@stdlib/_tools/repl-txt/rules/has-alias-signature": "error",
"@stdlib/_tools/repl-txt/rules/interface-spacing": [ "error", 2 ],
"@stdlib/_tools/repl-txt/rules/line-length": [ "error", 80 ],
"@stdlib/_tools/repl-txt/rules/match-signature": "error",
"@stdlib/_tools/repl-txt/rules/resolvable-aliases": "error",
"@stdlib/_tools/repl-txt/rules/section-order": "error",
"@stdlib/_tools/repl-txt/rules/section-heading-style": "error",
"@stdlib/_tools/repl-txt/rules/see-also": "error",
"@stdlib/_tools/repl-txt/rules/tag-description-style": [ "error", {
"whitelist": [
"ndarray",
"p-value",
"rehype",
"remark",
"stdlib",
"x-axis",
"y-axis",
"x-coordinate",
"y-coordinate"
]
}],
"@stdlib/_tools/repl-txt/rules/tag-typedef-typos": "error",
"@stdlib/_tools/repl-txt/rules/whitelisted-sections": "error"
}