UNPKG

pug-lint-config-ctrl

Version:
36 lines (22 loc) 709 B
# pug-lint-config-ctrl [![Build Status](https://travis-ci.org/martin-experiments/pug-lint-config-ctrl.svg?branch=master)](https://travis-ci.org/martin-experiments/pug-lint-config-ctrl) A pug-lint config for the Martin Experiments ctrl framework. ## Installation [Yarn](https://yarnpkg.com) 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 ``` ## Usage Add `ctrl` to the `extends` section of your `.eslintrc` configuration file: ```json { "extends": "ctrl" } ``` ## License Copyright (c) 2016 Martin Experiments LLC MIT (https://www.opensource.org/licenses/MIT)