Configuration file used with pug-lint. It uses the shareable configs option provided by pug-lint.
The following package could be installed used using yarn/npm as:
$ yarn add -D pug-lint-config-nosolosoftware
In order to use this configuration in our project, we should create .pug-lintrc.js
file, with the following content:
{
extends: 'nosolosoftware'
}
Contributions are welcome, please follow GitHub Flow
pug-lint-config-nosolosoftware uses Semantic Versioning 2.0.0
Copyright © 2020 NoSoloSoftware Network S.L. Released under MIT license.