3.0.0 • Published 6 years ago
@gilg/theme-lint v3.0.0
Theme Lint 
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-lintAdd 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.
3.0.0
6 years ago