0.8.1 • Published 7 years ago

stylelint-config-lukkien v0.8.1

Weekly downloads
77
License
BSD-3-Clause
Repository
github
Last release
7 years ago

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
  }
}
0.8.1

7 years ago

0.8.0

7 years ago

0.8.1-alpha.0

7 years ago

0.7.0

7 years ago

0.7.0-beta.0

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

8 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago