@kaas-devteam/stylelint-config

0.1.5 • Public • Published

The standard shareable SCSS config for Stylelint shared by kaas front-end team.

This config:

  • extends the stylelint-config-prettier-scss
  • extends the stylelint-config-standard-scss

Installation

$ npm install @kaas-devteam/stylelint-config

Usage

Set your stylelint config to

{
  "extends": "@kaas-devteam/stylelint-config"
}

Extending the config

Simply add a "rules" key to your config, then add your overrides and additions there.
For example, to turn off the scss/dollar-variable-pattern rule:

{
  "extends": "@kaas-devteam/stylelint-config",
  "rules": {
    "scss/at-extend-no-missing-placeholder": null
  }
}

Package Sidebar

Install

npm i @kaas-devteam/stylelint-config

Weekly Downloads

11

Version

0.1.5

License

ISC

Unpacked Size

2.93 kB

Total Files

3

Last publish

Collaborators

  • czr
  • 189