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
Hi,
recently I started to receive the following error while formatting via Prettier:
Prettier stops working and doesn't format the code. I can make it work if I turn off Eslint integration. But then I lose some formatting from Eslint. For example empty lines between functions or blocks of code:
Hi,
recently I started to receive the following error while formatting via Prettier:
Prettier stops working and doesn't format the code. I can make it work if I turn off Eslint integration. But then I lose some formatting from Eslint. For example empty lines between functions or blocks of code:
Prettier without Eslint integration removes the the empty line.
The same with
import/newline-after-import
and other rules from Eslint.Any help appreciated!
The text was updated successfully, but these errors were encountered: