4.0.0 • Published 6 years ago

stylelint-config-jon-milner v4.0.0

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

Stylelint

My personal stylelint configuration

Installation

yarn add --dev stylelint stylelint-config-jon-milner

Usage

Create a .stylelintrc file in your project root:

{
  "extends": "stylelint-config-jon-milner"
}

Extending

Add a "rules" key to .stylelintrc to override the default rules.

{
  "extends": "stylelint-config-jon-milner",
  "rules": {
    ...
  }
}

Changelog

4.0.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago