0.0.15 • Published 5 months ago

@maxmilton/stylelint-config v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Build status NPM version Licence

@maxmilton/stylelint-config

Stylelint configuration with support for XCSS via ekscss and an opinionated property order.

Property order defined as:

Note: Very new, seldom used, or poorly supported properties are not included in the groups.

  1. Position
  2. Box model & layout
  3. Typography
  4. Remaining properties sorted alphabetically

Installation

  1. Add dependencies to your project:
npm install --save-dev @maxmilton/stylelint-config stylelint-config-standard
  1. Add to your stylelint configuration:

pacakge.json:

{
  "stylelint": {
    "extends": ["stylelint-config-standard", "@maxmilton/stylelint-config"]
  }
}

Prior Art

This package is based on of the best ideas from:

License

MIT license. See LICENSE.


© 2023 Max Milton

0.0.14

5 months ago

0.0.15

5 months ago

0.0.13

8 months ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago