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.
- Host: GitHub
- URL: https://github.com/ladjs/pug-lint-config-lad
- Owner: ladjs
- License: mit
- Created: 2021-12-21T15:35:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T16:08:47.000Z (over 4 years ago)
- Last Synced: 2025-03-18T04:05:01.752Z (about 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @ladjs/pug-lint-config-lad
[![build status]()]()
[](https://codecov.io/gh/ladjs/pug-lint-config-lad)
[](https://github.com/sindresorhus/xo)
[](https://github.com/prettier/prettier)
[](https://lass.js.org)
[](LICENSE)
[](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/