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 e5f667e commit 07c6104Copy full SHA for 07c6104
languages/js/rules/layout-and-formatting.js
@@ -111,7 +111,8 @@ module.exports = {
111
112
// Enforce the location of arrow function bodies (autofixable)
113
// https://eslint.org/docs/rules/implicit-arrow-linebreak
114
- '+implicit-arrow-linebreak': ['error', 'beside'],
+ // Note: Doesn't care about max-len when autofix
115
+ '!implicit-arrow-linebreak': ['off', 'beside'],
116
117
// Enforce consistent indentation (autofixable)
118
// https://eslint.org/docs/rules/indent
0 commit comments