@shopify/theme-lint

v3.1.0
A linter for Shopify theme localization written in Node
themes linter localization

Theme Lint

Build Status npm version

A linter for Shopify theme localization written in Node.

Getting started

Add theme-lint as a devDependency to a Shopify theme by running the following command inside of the theme directory:

$ npm install --save-dev @shopify/theme-lint

Add a new NPM script to your theme's package.json like so:

"scripts": {
  "lint": "theme-lint ./dist"
}

Finally, run npm run lint to run the translation tests.

License

MIT, see LICENSE.md for details.

npm i @shopify/theme-lint

Metadata

  • MIT
  • Whatever
  • Shopify Inc.
  • released 7/15/2020

Downloads