4.0.0 • Published 7 years ago

stylelint-config-jon-milner v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago