1.0.4 • Published 6 years ago

connectholland-stylelint-config v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Connect Holland stylelint-config

Basic stylelint config rules for Connect Holland. This config extends the stylelint-config-standard.

Installation

 npm install connectholland-stylelint-config --save-dev

Usage

  • Add a .stylelintrc to your project with the following content:
{
    "extends": "connectholland-stylelint-config"
}
  • Overrides or additional config can be added in your projects .stylelintrc file. Example:
{
    "extends": "connectholland-stylelint-config",
    "ignoreFiles": [
        "assets/css/app.scss"
    ]
}
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago