Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

stylelint-config-cssrecipes

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-cssrecipes

cssrecipes shareable config for stylelint

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

stylelint-config-cssrecipes

npm Travis Build Status

cssrecipes shareable config for stylelint

Installation

$ npm install stylelint-config-cssrecipes

Usage

Set your stylelint config to:

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

Extending the config

Simply add a "rules" key to your config and add your overrides there.

For example, to change the indentation to tabs and turn off the number-leading-zero rule:

{
  "extends": "stylelint-config-cssrecipes",
  "rules": {
    "indentation": "tab",
    "number-leading-zero": null
  }
}

Contributing

Work on a branch, install dev-dependencies, respect coding style & run tests before submitting a bug fix or a feature.

$ git clone https://github.com/stylelint/stylelint-config-cssrecipes.git
$ git checkout -b patch-1
$ npm install
$ npm test

Changelog

License

Keywords

browser

FAQs

Package last updated on 22 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts