1.0.2 • Published 7 years ago

stylelint-config-bc-default v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Default configuration for stylelint

Default configuration

This configuration extends stylelint-config-recommended.

The stylelint-scss plugin is included by default.

Usage

Add following to your .stylelintrc.json.

{
    "extends": "bc-default",
    // Add your rules
    "rules: {
        "my-rule": false
    }
}