Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kufu/stylelint-config-smarthr


https://github.com/kufu/stylelint-config-smarthr

Last synced: about 5 hours ago
JSON representation

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"
]
}
```