Skip to content

Commit b56875b

Browse files
authored
[eslint config] [base] [patch] function-paren-newline: change to "consistent"
1 parent 89bb98e commit b56875b

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-config-airbnb-base/rules

1 file changed

+1
-1
lines changed

packages/eslint-config-airbnb-base/rules/style.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898

9999
// enforce consistent line breaks inside function parentheses
100100
// https://eslint.org/docs/rules/function-paren-newline
101-
'function-paren-newline': ['error', 'multiline'],
101+
'function-paren-newline': ['error', 'consistent'],
102102

103103
// Blacklist certain identifiers to prevent them being used
104104
// https://eslint.org/docs/rules/id-blacklist

0 commit comments

Comments
 (0)