https://github.com/webdevnerdstuff/stylelint-config-wdns
https://github.com/webdevnerdstuff/stylelint-config-wdns
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdevnerdstuff/stylelint-config-wdns
- Owner: webdevnerdstuff
- License: mit
- Created: 2024-11-07T19:19:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T00:14:50.000Z (5 months ago)
- Last Synced: 2025-04-13T20:46:18.025Z (19 days ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# stylelint-config-wdns
## Installation
```bash
pnpm add -D @wdns/stylelint-config-wdns
```## Usage
Set your `stylelint` config to:
```json
{
"extends": ["@wdns/stylelint-config-wdns"]
}
```### Extending the config
Simply add a `"rules"` key to your config, then add your overrides and additions there.
```json
{
"extends": ["@wdns/stylelint-config-wdns"],
"rules": {
}
}
```## Dependencies
[Stylelint](https://stylelint.io/)
[@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic)
[stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss)
[stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard)
[stylelint-order](https://github.com/hudochenkov/stylelint-order)
[stylelint-scss](https://github.com/stylelint-scss/stylelint-scss)## Change Log
[CHANGELOG](CHANGELOG.md)## License
Copyright (c) 2023 WebDevNerdStuff
Licensed under the [MIT license](LICENSE.md).