pug-lint-config-atomtech
v0.0.1
Published
A pug config for AtomTech coding standard.
Readme
pug-lint-config-atomtech
A pug config for AtomTech coding standard.
Install
npm install --save-dev pug-lint pug-lint-config-atomtechUsage
Create a .pug-lintrc file in project root with content below:
{
"extends": "atomtech"
}