mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Consistent parens usage for arrow functions with body.
This commit is contained in:
@@ -38,6 +38,10 @@ module.exports = {
|
||||
'requireReturnForObjectLiteral': false
|
||||
}],
|
||||
|
||||
'arrow-parens': ['error', 'as-needed', {
|
||||
'requireForBlockBody': true
|
||||
}],
|
||||
|
||||
'arrow-spacing': ['error', {
|
||||
'before': true,
|
||||
'after': true
|
||||
|
||||
Reference in New Issue
Block a user