Skip to content

Commit

Permalink
Enable rule to enforce spacing between interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Jul 27, 2021
1 parent f4b0c55 commit f291269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rtlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"@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",
Expand Down

0 comments on commit f291269

Please sign in to comment.