feat(eslint): Rule "newline-before-return"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -12,6 +12,9 @@
|
||||
"newline-after-var": [
|
||||
"off"
|
||||
],
|
||||
"newline-before-return": [
|
||||
"off"
|
||||
],
|
||||
"no-tabs": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user