Skip to content

Commit b709023

Browse files
committed
[eslint config] [base] [breaking] enable implicit-arrow-linebreak
1 parent 2087a42 commit b709023

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ module.exports = {
9999

100100
// Enforce the location of arrow function bodies with implicit returns
101101
// https://eslint.org/docs/rules/implicit-arrow-linebreak
102-
// TODO: enable, semver-major
103-
'implicit-arrow-linebreak': ['off', 'beside'],
102+
'implicit-arrow-linebreak': ['error', 'beside'],
104103

105104
// this option sets a specific tab width for your code
106105
// https://eslint.org/docs/rules/indent

0 commit comments

Comments
 (0)