0.1.0 • Published 10 months ago

@prestashopcorp/stylelint-config v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@prestashopcorp/stylelint-config

npm version

The recommended shareable config for Stylelint used by PrestaShop.

Useful for your css/scss linting, the package include stylelint-scss and stylelint-order predefined rules.

Installation

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

Usage

Add a .stylelintrc.js configuration file to your project and extends with our config:

{
  "extends": "@prestashopcorp/stylelint-config"
}

Add / Override custom rules configuration for your project

For example, to turn off the no-descending-specificity rule:

{
  "extends": "@prestashopcorp/stylelint-config",
  "rules": {
    "no-descending-specificity": null
  }
}
0.1.0

10 months ago

0.0.3

11 months ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.1-test01

1 year ago

0.0.1-test

1 year ago