pug-lint-config-ctrl
v1.3.0
Published
A configuration for pug-lint for the ctrl framework.
Downloads
51
Maintainers
Readme
pug-lint-config-ctrl
A pug-lint config for the Martin Experiments ctrl framework.
Installation
Yarn is recommended for installation.
$ yarn add --dev pug-lint pug-lint-config-ctrl
But you can still use npm:
$ npm install --save-dev pug-lint pug-lint-config-ctrl
Usage
Add ctrl
to the extends
section of your .eslintrc
configuration file:
{
"extends": "ctrl"
}
License
Copyright (c) 2016 Martin Experiments LLC
MIT (https://www.opensource.org/licenses/MIT)