stylelint-config-lukkien

0.8.1 • Public • Published

stylelint-config-lukkien

NPM version

Our base Configuration rules to ensure your CSS code is compliant with Lukkien code style.

Installation

npm install --save-dev stylelint stylelint-config-lukkien

or

yarn install --dev stylelint stylelint-config-lukkien

Usage

Set your stylelint config to:

{
  "extends": "stylelint-config-lukkien"
}

Extending the config

Simply add a "rules" key to your config and add your overrides there.

For example, to change the indentation to tabs and turn off the number-leading-zero rule:

{
  "extends": "stylelint-config-lukkien",
  "rules": {
    "indentation": "tab",
    "number-leading-zero": null
  }
}

/stylelint-config-lukkien/

    Package Sidebar

    Install

    npm i stylelint-config-lukkien

    Weekly Downloads

    39

    Version

    0.8.1

    License

    BSD-3-Clause

    Unpacked Size

    5.71 kB

    Total Files

    4

    Last publish

    Collaborators

    • a.mathilda
    • a.matin
    • h.kamberovic
    • lukkien-oss