1.0.1 • Published 2 years ago

@widgitlabs/stylelint-config v1.0.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
gitlab
Last release
2 years ago

@widgitlabs/stylelint-config

Widgit Labs coding standards for CSS and SCSS.

Installation

This package is a stylelint shareable configuration, and requires the stylelint library.

To install this config and dependencies:

npm install --save-dev stylelint @widgitlabs/stylelint-config

Then, add a .stylelintrc file and extend these rules. You can also add your own rules and overrides for further customization.

{
  "extends": "@widgitlabs/stylelint-config",
  "rules": {
    ...
  }
}