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
…1383)
* fix(lines-before-block): Only trigger after ';', '}', '|', and '&'; fixes#1379 and #1343
* fix(lines-before-block): Switch lintedPunctuators to a Set
---------
Co-authored-by: Brett Zamir <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Expected behavior
This should not report:
Actual behavior
ESLint Config
Additional info
I'd fixed this bug/feature for blocks in #1341, but didn't think to for union or intersection types.
The autofix puts a blank line before the JSDoc block. Prettier removes that blank line. Fun.
The text was updated successfully, but these errors were encountered: