Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nosolosoftware/pug-lint-config-nosolosoftware
Configuration used for pug at Nosolosoftware
https://github.com/nosolosoftware/pug-lint-config-nosolosoftware
pug pug-lint pug-lint-config
Last synced: 28 days ago
JSON representation
Configuration used for pug at Nosolosoftware
- Host: GitHub
- URL: https://github.com/nosolosoftware/pug-lint-config-nosolosoftware
- Owner: nosolosoftware
- License: mit
- Created: 2020-10-09T11:59:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T07:59:02.000Z (about 3 years ago)
- Last Synced: 2024-04-26T04:03:03.693Z (8 months ago)
- Topics: pug, pug-lint, pug-lint-config
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.