jade-lint-config-emarsys
v1.0.0
Published
jade-lint Rules for Emarsys
Downloads
3
Keywords
Readme
jade-lint-config
Usage
$ npm i -D gulp-jade-lint jade-lint-config-emarsys
Then add it to your .jade-lintrc
{
"extends": [
"emarsys"
],
"someSetting": true,
"someOtherSetting": true
}