Skip to content

Commit

Permalink
[eslint config] [base] [breaking] enable implicit-arrow-linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 30, 2017
1 parent 2087a42 commit b709023
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-config-airbnb-base/rules/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ module.exports = {

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

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

0 comments on commit b709023

Please sign in to comment.