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
This rule has an object option for an exception:
"allowSingleLine": true (default false) allows the opening and closing braces for a block to be on the same line
The text was updated successfully, but these errors were encountered:
This plugin is theoretically equivalent to applying ESLint formatting (brace-style only) after applying Prettier formatting.
Therefore, currently, it is not possible to tell from the intermediate text (Prettier formatted) whether the original text was written as a single line, so research is needed to implement the feature.
support for option "allowSingleLine"
The text was updated successfully, but these errors were encountered: