An open API service indexing awesome lists of open source software.

https://github.com/ladjs/pug-lint-config-lad

Pug-lint config for ladjs.
https://github.com/ladjs/pug-lint-config-lad

Last synced: about 1 year ago
JSON representation

Pug-lint config for ladjs.

Awesome Lists containing this project

README

          

# @ladjs/pug-lint-config-lad

[![build status]()]()
[![code coverage](https://img.shields.io/codecov/c/github/ladjs/pug-lint-config-lad.svg)](https://codecov.io/gh/ladjs/pug-lint-config-lad)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/ladjs/pug-lint-config-lad.svg)](LICENSE)
[![npm downloads](https://img.shields.io/npm/dt/@ladjs/pug-lint-config-lad.svg)](https://npm.im/@ladjs/pug-lint-config-lad)

> Pug-lint config for ladjs.

## Table of Contents

* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)

## Install

[npm][]:

```sh
npm install @ladjs/pug-lint-config-lad
```

[yarn][]:

```sh
yarn add @ladjs/pug-lint-config-lad
```

## Usage

```js
// inside .pug-lintrc.js
module.exports = {
extends: '@ladjs/pug-lint-config-lad',
// your configs
};
```

## Contributors

| Name | Website |
| ----------------- | --------------------------------- |
| **Taylor Schley** | |

## License

[MIT](LICENSE) © [Taylor Schley](https://github.com/shadowgate15)

##

[npm]: https://www.npmjs.com/

[yarn]: https://yarnpkg.com/