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 am not sure if install prettier as devDependences will effect VSCode Prettier Extension. VSCode keeps complaining about prettier proseWrap options should be boolean not string.
However, in Prettier version 1.9. they change proseWrap option.
[WARNING] proseWrap with boolean value is deprecated, use "always", "never" or "preserve" instead.
Currently, prettier package version in Nx template is 1.8.6. I have to manually upgrade it to 1.9 to solve the problem as I described before.
I am not sure if install prettier as devDependences will effect VSCode Prettier Extension. VSCode keeps complaining about prettier
proseWrap
options should be boolean not string.However, in Prettier version 1.9. they change
proseWrap
option.Currently, prettier package version in Nx template is 1.8.6. I have to manually upgrade it to 1.9 to solve the problem as I described before.
Reference: Prettier package 1.9 release note
The text was updated successfully, but these errors were encountered: