Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unsass/stylelint-config-unsass
StyleLint shareable config for the Sass style guide.
https://github.com/unsass/stylelint-config-unsass
css sass scss stylelint
Last synced: 16 days ago
JSON representation
StyleLint shareable config for the Sass style guide.
- Host: GitHub
- URL: https://github.com/unsass/stylelint-config-unsass
- Owner: unsass
- License: mit
- Created: 2022-02-16T22:28:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T00:58:07.000Z (over 1 year ago)
- Last Synced: 2025-01-01T03:07:58.007Z (about 1 month ago)
- Topics: css, sass, scss, stylelint
- Language: JavaScript
- Homepage:
- Size: 649 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# stylelint-config-unsass
[![Version](https://flat.badgen.net/npm/v/stylelint-config-unsass)](https://www.npmjs.com/package/stylelint-config-unsass)
[![Download](https://flat.badgen.net/npm/dt/stylelint-config-unsass)](https://www.npmjs.com/package/stylelint-config-unsass)
[![License](https://flat.badgen.net/npm/license/stylelint-config-unsass)](https://www.npmjs.com/package/stylelint-config-unsass)StyleLint shareable config for the Sass style guide.
## Install
```shell
npm install stylelint stylelint-config-unsass --save-dev
```## Usage
Create ``.stylelintrc`` file on root of your project.
```json
{
"extends": [
"stylelint-config-unsass"
]
}
```You can extend the rules with your own config,
see [StyleLint documentation](https://stylelint.io/user-guide/configuration).