0.8.1 • Published 5 years ago

stylelint-config-lukkien v0.8.1

Weekly downloads
77
License
BSD-3-Clause
Repository
github
Last release
5 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

5 years ago

0.8.0

5 years ago

0.8.1-alpha.0

5 years ago

0.7.0

5 years ago

0.7.0-beta.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

6 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago