@atolye15/stylelint-config

4.1.3 • Public • Published

stylelint-config

Atölye15 shareable config for stylelint.

Configuration rules to ensure your CSS code is compliant with Atölye15's code style.

Installation

yarn add @atolye15/stylelint-config --dev

# Or with npm:

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

Usage

Set your stylelint config to:

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

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": "@atolye15/stylelint-config",
  "rules": {
    "indentation": "tab",
    "number-leading-zero": null
  }
}

Changelog

License

Package Sidebar

Install

npm i @atolye15/stylelint-config

Weekly Downloads

81

Version

4.1.3

License

MIT

Unpacked Size

14.7 kB

Total Files

10

Last publish

Collaborators

  • alpcanaydin
  • hsnaydd