We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
implicit-arrow-linebreak
1 parent 2087a42 commit b709023Copy full SHA for b709023
packages/eslint-config-airbnb-base/rules/style.js
@@ -99,8 +99,7 @@ module.exports = {
99
100
// Enforce the location of arrow function bodies with implicit returns
101
// https://eslint.org/docs/rules/implicit-arrow-linebreak
102
- // TODO: enable, semver-major
103
- 'implicit-arrow-linebreak': ['off', 'beside'],
+ 'implicit-arrow-linebreak': ['error', 'beside'],
104
105
// this option sets a specific tab width for your code
106
// https://eslint.org/docs/rules/indent
0 commit comments