stylelint-config-dev

A shareable configuration package for stylelint


Keywords
styleconfig, style-config, stylelintconfig, stylelint-config, cssconfig, css-config, style, css, config, webdevelopment, web-development, webdev, web, dev, development
License
CC0-1.0
Install
npm install stylelint-config-dev@4.0.0

Documentation

stylelint-config-dev StyleLint

NPM Version Build Status Licensing

stylelint-config-dev is a shareable configuration package for stylelint.

Install

Add stylelint and stylelint-config-dev to your project:

npm install --save-dev stylelint stylelint-config-dev

Then, add this configuration to your package.json:

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