https://github.com/tivix/js-standard-stylelint-config
https://github.com/tivix/js-standard-stylelint-config
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tivix/js-standard-stylelint-config
- Owner: Tivix
- Created: 2019-12-17T11:45:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T15:13:35.000Z (almost 6 years ago)
- Last Synced: 2025-03-17T11:01:10.917Z (7 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @tivix/stylelint-config
This package contains a root [stylelint](https://stylelint.io/) config, and a config to use with [`styled-components`](https://www.styled-components.com/).
- `@tivix/stylelint-config`
- `@tivix/stylelint-config/styled-components`## Installation
To manually install, add this package to the `"extends"` array in your project’s [stylelint config](https://stylelint.io/user-guide/configuration/#loading-the-configuration-object).
```json
{
"extends": ["@tivix/stylelint-config"]
}
```