pug-lint-config-nosolosoftware
Version:
Configuration used for pug at Nosolosoftware
38 lines (20 loc) • 885 B
Markdown
# pug-lint-config-nosolosoftware
Configuration file used with [pug-lint](https://github.com/pugjs/pug-lint). It uses the [shareable configs](https://github.com/pugjs/pug-lint#shareable-configuration-packages) option provided by *pug-lint*.
## Installation
The following package could be installed used using yarn/npm as:
```
$ yarn add -D pug-lint-config-nosolosoftware
```
## Usage
In order to use this configuration in our project, we should create `.pug-lintrc.js` file, with the following content:
```js
{
extends: 'nosolosoftware'
}
```
## Contributing
Contributions are welcome, please follow [GitHub Flow](https://guides.github.com/introduction/flow/index.html)
## Versioning
**pug-lint-config-nosolosoftware** uses [Semantic Versioning 2.0.0](http://semver.org)
## License
Copyright © 2020 NoSoloSoftware Network S.L. Released under [MIT](LICENSE) license.