mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-16 21:12:13 +00:00
Add newline before return and mandate curly braces (#98)
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
"padding-line-between-statements": [
|
||||
"error",
|
||||
{ "blankLine": "always", "prev": "*", "next": "return" }
|
||||
]
|
||||
],
|
||||
"brace-style": [2, "stroustrup", { "allowSingleLine": false }],
|
||||
"curly": ["error", "all"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user