Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte authored Jul 3, 2019
1 parent 3f715c8 commit f425bfe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ yarn add @sweetalert2/stylelint-config

## .stylelintrc

```json
```js
{
"extends": "@sweetalert2/stylelint-config"
"extends": "@sweetalert2/stylelint-config",
"rules": {
// Additional, per-project rules...
}
}
```

Expand Down

0 comments on commit f425bfe

Please sign in to comment.