mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Consistent use (always) of parentheses in arrow functions.
This commit is contained in:
@@ -38,9 +38,7 @@ module.exports = {
|
||||
'requireReturnForObjectLiteral': false
|
||||
}],
|
||||
|
||||
'arrow-parens': ['error', 'as-needed', {
|
||||
'requireForBlockBody': true
|
||||
}],
|
||||
'arrow-parens': ['error', 'always'],
|
||||
|
||||
'arrow-spacing': ['error', {
|
||||
'before': true,
|
||||
|
||||
Reference in New Issue
Block a user