We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b0c55 commit f291269Copy full SHA for f291269
.rtlintrc
@@ -3,6 +3,7 @@
3
"@stdlib/_tools/repl-txt/rules/code-semicolons": "error",
4
"@stdlib/_tools/repl-txt/rules/has-parameters-section": "error",
5
"@stdlib/_tools/repl-txt/rules/has-alias-signature": "error",
6
+ "@stdlib/_tools/repl-txt/rules/interface-spacing": [ "error", 2 ],
7
"@stdlib/_tools/repl-txt/rules/line-length": [ "error", 80 ],
8
"@stdlib/_tools/repl-txt/rules/match-signature": "error",
9
"@stdlib/_tools/repl-txt/rules/resolvable-aliases": "error",
0 commit comments