pug-lint-config-sst
v1.1.1
Published
SST Pug coding standard
Downloads
4
Readme
SST Pug coding standard
Usage
In your project folder:
npm install --save-dev pug-lint
npm install --save-dev pug-lint-config-sst
Then create a .pug-lintrc
in the project root.
{
"extends": "pug-lint-config-sst"
}