@finpo/pug-lint-config-finpo
v1.0.3
Published
FINPO linting rules for the pug language.
Downloads
58
Maintainers
Readme
FINPO's Pug Lint Config
[![npm version][npm-img]][npm] ![Dependencies][dep-img]
My personal linting rules for the pug language.
Installation
$ npm install --save-dev pug-lint @finpo/pug-lint-config-finpo
Usage
Create a .pug-lintrc
file in your project root:
{
"extends": "./node_modules/@finpo/pug-lint-config-finpo/index.js"
}
More info about the configuration file can be found here.