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
eslint-plugin-vitest has formatting rules that are not disabled by eslint-config-prettier. All the rules matching padding-around-.* are formatting rules
The text was updated successfully, but these errors were encountered:
I don't even see eslint-config-prettier in the package.json, leading to constantly having conflicts between the two locally (which is rather annoying).
Am I missing something? Or should we look at code style and linting in general for this?
eslint-plugin-vitest has formatting rules that are not disabled by eslint-config-prettier. All the rules matching
padding-around-.*
are formatting rulesThe text was updated successfully, but these errors were encountered: