Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kufu/stylelint-config-smarthr
https://github.com/kufu/stylelint-config-smarthr
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kufu/stylelint-config-smarthr
- Owner: kufu
- License: mit
- Created: 2020-03-31T04:27:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T07:46:30.000Z (6 months ago)
- Last Synced: 2024-05-23T09:29:27.655Z (6 months ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 2
- Watchers: 58
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# stylelint-config-smarthr
[![npm version](https://badge.fury.io/js/stylelint-config-smarthr.svg)](https://badge.fury.io/js/stylelint-config-smarthr)
[![CircleCI](https://circleci.com/gh/kufu/stylelint-config-smarthr.svg?style=shield)](https://circleci.com/gh/kufu/stylelint-config-smarthr)A sharable stylelint config for SmartHR.
This is intended to use for a project with styled-components.## Install
```sh
yarn add --dev stylelint stylelint-config-standard stylelint-config-styled-components postcss-styled-syntax // install peerDependencies
yarn add --dev stylelint-config-smarthr
```## How to use
Add a following `.stylelintrc` in your project.
```json
{
"extends": [
"stylelint-config-smarthr"
]
}
```