Shopify / theme-extension-getting-started

A theme app extension boilerplate that highlights the basic structure and features that are available to developers who want to integrate their apps with Shopify Online Stores.
https://shopify.dev/apps/online-store/theme-app-extensions/getting-started
MIT License
108 stars 45 forks source link

Custom theme-check config for theme extensions #28

Open RyanDawkes opened 1 year ago

RyanDawkes commented 1 year ago

I get blocked on a variety of theme-check issues when trying to run npm run build. Most of the issues revolve around snippet nesting, file length, etc.

It would be good to have, similar to theme development, a way to customise the theme-check default config via a .theme-check.yml file. I find the lack of config makes it very constraining to build Liquid-only apps that may involve something like a form. Seems like the only route to go is use a framework like React/Vue