https://github.com/stardust-configs/stylelint-config
Shareable Stylelint config
https://github.com/stardust-configs/stylelint-config
stylelint stylelint-config
Last synced: 3 months ago
JSON representation
Shareable Stylelint config
- Host: GitHub
- URL: https://github.com/stardust-configs/stylelint-config
- Owner: stardust-configs
- Created: 2021-10-24T07:23:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T19:34:21.000Z (about 1 year ago)
- Last Synced: 2024-03-27T13:39:45.761Z (about 1 year ago)
- Topics: stylelint, stylelint-config
- Language: JavaScript
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @stardust-configs/stylelint-config
> Shareable Stylelint config
## Install
```sh
npm install stylelint @stardust-configs/stylelint-config -D
```or
```sh
yarn add stylelint @stardust-configs/stylelint-config -D
```## Usage
Edit `.stylelintrc`.
```json
{
"extends": ["@stardust-configs/stylelint-config"]
}
```Edit `package.json`.
```json
{
"scripts": {
"fix:css": "stylelint ./**/*.css --fix",
"lint:css": "stylelint ./**/*.css"
}
}
```## Author
[@p-chan](https://github.com/p-chan)
## License
MIT