stylelint-pencil

0.1.4 • Public • Published

stylelint-pencil

Set of Stylelint rules

Stylelint Ecosystem

Librarie Description
stylelint-config-standard The standard shareable config for stylelint
stylelint-config-rational-order Stylelint config that sorts related property declarations by grouping together in the rational order
stylelint-scss A collection of SCSS specific linting rules for stylelint
stylelint-high-performance-animation Stylelint rule for preventing the use of low performance animation and transition properties.
stylelint-declaration-strict-value Specify properties for which a variable, function, keyword or value must be used.

Install

npm install -D stylelint-pencil

or

yarn add -D stylelint-pencil

Usage

Add this config to your .stylelintrc or stylelint config inside package.json:

{
  "extends": [
    "stylelint-pencil"
  ]
}

/stylelint-pencil/

    Package Sidebar

    Install

    npm i stylelint-pencil

    Weekly Downloads

    2

    Version

    0.1.4

    License

    ISC

    Unpacked Size

    5.67 kB

    Total Files

    5

    Last publish

    Collaborators

    • aisevim