Tag: liquid
-
Debugging and Patching NodeJS Dependencies
While working on a Shopify project, we employed Prettier for formatting our JavaScript, HTML, and CSS files. Shopify however, uses Liquid for templates which Prettier does not support out of the box but fortunately, Shopify developed a Liquid Prettier plugin to handle Liquid files. When using it, we noticed that the formatting of Prettier on…