Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acolorbright/stylelint-config-acb
ACB's Stylelint config
https://github.com/acolorbright/stylelint-config-acb
stylelint stylelint-config
Last synced: about 1 month ago
JSON representation
ACB's Stylelint config
- Host: GitHub
- URL: https://github.com/acolorbright/stylelint-config-acb
- Owner: acolorbright
- License: mit
- Created: 2020-01-16T15:11:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:53:53.000Z (about 1 year ago)
- Last Synced: 2024-03-21T03:20:35.967Z (10 months ago)
- Topics: stylelint, stylelint-config
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# stylelint-config-acb
Stylelint config providing ACB's standard linting setup for styles.
## Installation
```bash
npm install --save-dev 'acolorbright/stylelint-config-acb#v1.0.2'
`````## Usage
To start using this configuration, simply extend this package in your Stylelint configuration.
```js
{
"extends": "stylelint-config-acb",
"rules": {
// Add additional rules here
}
}
```For more information on configuring Stylelint, check out the [configuration](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/configuration.md) guide.
## Property Ordering
Property ordering is performed according to the [SMACSS](http://smacss.com) methodology.
Refer to [here](https://github.com/cahamilton/css-property-sort-order-smacss/blob/master/index.js) for the comprehensive list of property orders.