1.0.0 • Published 7 years ago
eslint-plugin-no-liquid-templates v1.0.0
eslint-plugin-no-liquid-templates
Handler for liquid templates
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-no-liquid-templates:
$ npm install eslint-plugin-no-liquid-templates --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-no-liquid-templates globally.
Usage
Add no-liquid-templates to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"no-liquid-templates"
]
}