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 got it working by adding one line of code. Without this change the plugin makes no changes to my LWCs
exportconstparsers={html: wrapParser(prettierParsers.html),lwc: wrapParser(prettierParsers.lwc),// Add this to make it workvue: wrapParser(prettierParsers.vue),angular: wrapParser(prettierParsers.angular),};
The text was updated successfully, but these errors were encountered:
In addition to "vue", "angular" and "html" there is also "lwc" parser, refer to https://prettier.io/docs/en/options.html
I got it working by adding one line of code. Without this change the plugin makes no changes to my LWCs
The text was updated successfully, but these errors were encountered: