feat(eslint): Rule "callback-return"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -23,6 +23,9 @@
|
||||
"allowSingleLine": false
|
||||
}
|
||||
],
|
||||
"callback-return": [
|
||||
"warn"
|
||||
],
|
||||
"camelcase": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user