feat(eslint): Rule "prefer-arrow-callback"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -388,6 +388,13 @@
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"prefer-arrow-callback": [
|
||||
"error",
|
||||
{
|
||||
"allowNamedFunctions": false,
|
||||
"allowUnboundThis": false
|
||||
}
|
||||
],
|
||||
"prefer-const": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user