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
Inside an Astro page <script> tag, I'm running into an issue where eslint(format/prettier) is competing with eslint(style/operator-linebreak) causing duplicate "&&" on the end of the line and beginning of the next line
Describe the bug
Inside an Astro page <script> tag, I'm running into an issue where
eslint(format/prettier)
is competing witheslint(style/operator-linebreak)
causing duplicate "&&" on the end of the line and beginning of the next lineReproduction
https://github.com/IHIutch/antfu-eslint-repro
System Info
Used Package Manager
pnpm
Validations
Contributions
The text was updated successfully, but these errors were encountered: