https://github.com/logux/stylelint-config
Stylelint shareable config for Logux
https://github.com/logux/stylelint-config
Last synced: about 1 year ago
JSON representation
Stylelint shareable config for Logux
- Host: GitHub
- URL: https://github.com/logux/stylelint-config
- Owner: logux
- License: mit
- Created: 2019-12-29T22:15:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T08:17:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T20:18:37.779Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 563 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Logux Stylelint Config

Shareable [Stylelint] config and best practice for CSS.
[Stylelint]: https://stylelint.io/
## Install
```sh
pnpm add --save-dev @logux/stylelint-config stylelint
```
## Usage
Add this config to `package.json` or other Stylelint config files.
```js
"stylelint": {
"extends": "@logux/stylelint-config"
}
```