@shopify/prettier-plugin-liquid

v1.3.0
Prettier Liquid/HTML plugin by Shopify

test

vitest -c "./vitest.config.ts"

build

yarn build:ts && yarn build:standalone

format

scripts/relative-to-alias && prettier --write --ignore-unknown "{src,test}/**/*.ts"

test:3

cross-env PRETTIER_MAJOR=3 yarn test

build:ci

yarn build

build:ts

tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json

prettier

scripts/prettier

prettier2

cross-env PRETTIER_MAJOR=2 scripts/prettier

prettier3

cross-env PRETTIER_MAJOR=3 scripts/prettier

playground

npx http-server playground

prerelease

scripts/prerelease

type-check

tsc --noEmit

format:check

prettier --check --ignore-unknown "{src,test}/**/*.ts"

build:standalone

webpack -c webpack.config.js

test:idempotence

cross-env TEST_IDEMPOTENCE=true vitest run 'test/'

test:idempotence:3

cross-env PRETTIER_MAJOR=3 yarn test:idempotence
npm i @shopify/[email protected]

Metadata

  • MIT
  • Whatever
  • CP Clermont
  • released 9/22/2023

Downloads