Skip to content

nosolosoftware/pug-lint-config-nosolosoftware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pug-lint-config-nosolosoftware

Configuration file used with pug-lint. It uses the shareable configs 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:

{
  extends: 'nosolosoftware'
}

Contributing

Contributions are welcome, please follow GitHub Flow

Versioning

pug-lint-config-nosolosoftware uses Semantic Versioning 2.0.0

License

Copyright © 2020 NoSoloSoftware Network S.L. Released under MIT license.