# theme-lint **Repository Path**: mirrors_Shopify/theme-lint ## Basic Information - **Project Name**: theme-lint - **Description**: A linter for Shopify theme localization written in Node. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Theme Lint [![Build Status](https://travis-ci.com/Shopify/theme-lint.svg?branch=master)](https://travis-ci.com/Shopify/theme-lint) [![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-lint.svg)](https://badge.fury.io/js/%40shopify%2Ftheme-lint) A linter for Shopify theme localization written in Node. ⚠️ Theme Lint is not actively maintained. Check out [Theme Check](https://github.com/shopify/theme-check), which implements the same lints along with [many other features](https://github.com/shopify/theme-check#supported-checks). ## Getting started Add `theme-lint` as a devDependency to a Shopify theme by running the following command inside of the theme directory: ```bash $ npm install --save-dev @shopify/theme-lint ``` Add a new NPM script to your theme's `package.json` like so: ```js "scripts": { "lint": "theme-lint ./dist" } ``` Finally, run `npm run lint` to run the translation tests. ## License MIT, see [LICENSE.md](http://github.com/Shopify/theme-lint/blob/master/LICENSE.md) for details.