You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new rule, function-call-argument-newline was introduced in eslint 6.2.0, and I'm not crazy about the default behavior which basically forces multilining of all args.
This feels much more like a stylistic matter that I'd rather defer to tools like prettier, so let's disable the rule in our configs.
A new rule,
function-call-argument-newline
was introduced in eslint 6.2.0, and I'm not crazy about the default behavior which basically forces multilining of all args.This feels much more like a stylistic matter that I'd rather defer to tools like prettier, so let's disable the rule in our configs.
https://eslint.org/docs/rules/function-call-argument-newline
The text was updated successfully, but these errors were encountered: