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