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
I'm thinking this will be determined by the order in which the linters run.
If you run prettier before eslint, eslint will format prettiers output and so eslint rules would win.
In the case of prettiers adapter I'm thinking the readme for that adapter should recommend using eslint-config-prettier or tslint-config-prettier if one is using both prettier and eslint and tslint.
i.e. Let's try and not worry about this, and see if there's a way for users to take care of it.
There will be conflicts between different linters. How do we resolve them?
For example, Prettier may switch quotes from
'
to"
, and ESLint might switch them to `.The text was updated successfully, but these errors were encountered: