Skip to content

Commit

Permalink
feat: change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafler committed Jan 31, 2023
1 parent e6cebf0 commit e9a6239
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# xxxxxx [![CircleCI](https://circleci.com/gh/shelfio/xxxxxx/tree/master.svg?style=svg)](https://circleci.com/gh/shelfio/xxxxxx/tree/master)![](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)
# @shelf/stylelint-config [![CircleCI](https://circleci.com/gh/shelfio/stylelint-config/tree/master.svg?style=svg)](https://circleci.com/gh/shelfio/stylelint-config/tree/master)![](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)

> xxxxxx description
> Shelf's reusable stylelint config which covers:
> - CSS
> - SCSS
> - HTML
> - React inline styles
> - Styled Components
## Install

```
$ yarn add @shelf/xxxxxx
$ yarn add @shelf/stylelint-config
```

## Usage

```js
const {getFoo} = require('@shelf/xxxxxx');

getFoo();
{
extends: '@shelf/stylelint-config'
}
```

## Publish
Expand Down

0 comments on commit e9a6239

Please sign in to comment.