Package detail

pug-lint-config-nosolosoftware

nosolosoftware118MIT0.3.0

Configuration used for pug at Nosolosoftware

puglint, puglintconfig

readme

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.

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.0]- 2021-12-02

Added

  • Activated rule requireLineFeedAtFileEnd to ensure all developers use editorconfig

[0.2.0]- 2021-12-04

Changed

  • Increased maximumNumberOfLines up to 500.

[0.1.0]- 2020-10-09

Added

  • Initialized repository.