Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
losbeekos committed Nov 12, 2019
1 parent 2693beb commit df20d83
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
$ yarn add --dev nerds-and-company-stylelint-config
```

**Edit `package.json`**:
**Create `stylelint.config.js` with**:

```jsonc
{
// ...
"stylelint": "nerds-and-company-stylelint-config"
}
```js
module.exports = {
extends: ["nerds-and-company-stylelint-config"]
};
```

0 comments on commit df20d83

Please sign in to comment.