パッケージの詳細

stylelint-config-uploadcare

uploadcare12MIT3.0.0

The shareable config for stylelint by Uploadcare team

stylelint, stylelint-config, uploadcare

readme

stylelint-config-uploadcare

The shareable config for stylelint by Uploadcare team.

NPM version Build Status

Install

npm i stylelint-config-uploadcare -D

Usage

.stylelintrc

{
  "extends": "stylelint-config-uploadcare"
}

更新履歴

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.

3.0.0 - 2017-10-17

Changed:

Added:

  • The number-leading-zero rule, which value is never.
  • Tests that check that the valid css doesn’t cause errors or warnings.
  • Travis CI config for running tests.
  • README: npm and travis shields

Changed:

  • README: use the mark version instead of full for the logo of Uploadcare.

2.0.0 - 2017-06-20

Removed:

  • All rules and code from fork of stylelint-config-standard.

Added:

  • In exported config now only extends of stylelint-config-standard.
  • New README, which contain only install and usage explanations.
  • New CHANGELOG.