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
When installing prettier globally or single package as npx, it is not picking up from the repo's .prettierrc, causing false negatives during check.
Only by running a full install and then using a script from package.json, did it then format correctly...
The original workflow had config file even specified but prettier still ignored it.
Very mysterious. The workaround works for now, but it's quite expensive having to re-download all dependencies just to run one. If anyone wants to crack this, that'd be great!
The text was updated successfully, but these errors were encountered:
When installing prettier globally or single package as npx, it is not picking up from the repo's .prettierrc, causing false negatives during check.
Only by running a full install and then using a script from package.json, did it then format correctly...
The original workflow had config file even specified but prettier still ignored it.
Very mysterious. The workaround works for now, but it's quite expensive having to re-download all dependencies just to run one. If anyone wants to crack this, that'd be great!
The text was updated successfully, but these errors were encountered: