Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stylelint-config-rawbot

team-rawbot50MIT1.0.0

Rawbot Stylelint common configuration (CSS/SCSS styleguide)

stylelint, stylelint-config, styleguide

readme

npm version

stylelint-config-rawbot

Rawbot Stylelint common configuration (i.e. CSS/SCSS styleguide).

Usage

Install the package first.

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

Set your Stylelint configuration (.stylelintrc or stylelint.config.js) to use it:

"extends": "stylelint-config-rawbot"

changelog

1.0.0

  • Removed scss plugin and associated rules
  • Added rule at-rule-no-unknown
  • Change rule font-family-name-quotes from always-where-required to always-where-recommended

0.3.0

  • Change function-parentheses-newline-inside from never-multi-line to always-multi-line
  • Change function-parentheses-space-inside from never to never-single-line

0.2.0

  • Update stylelint-scss to version 3
  • Remove rules block-no-empty, function-comma-space-after and number-leading-zero
  • Change rule value-list-comma-space-after from always to always-single-line
  • Change rule selector-list-comma-newline-after from always to always-multi-line

0.1.1

Remove rule-empty-line-before

0.1.0

Initial release