From b7090234944eaff912b54faa3f86ca4eee4d017a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 29 Nov 2017 23:52:45 -0800 Subject: [PATCH] [eslint config] [base] [breaking] enable `implicit-arrow-linebreak` --- packages/eslint-config-airbnb-base/rules/style.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/eslint-config-airbnb-base/rules/style.js b/packages/eslint-config-airbnb-base/rules/style.js index 6ae51af7..d32b5935 100644 --- a/packages/eslint-config-airbnb-base/rules/style.js +++ b/packages/eslint-config-airbnb-base/rules/style.js @@ -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