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