Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #123 from lukyth/patch-1
Browse files Browse the repository at this point in the history
Remove '$' from the script in readme
  • Loading branch information
shannonmoeller committed Aug 26, 2021
2 parents 53f56c1 + 978f8d7 commit 47f220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -9,7 +9,7 @@ Turns off all rules that are unnecessary or might conflict with Prettier. This l
Install `stylelint-config-prettier`:

```
$ npm install --save-dev stylelint-config-prettier
npm install --save-dev stylelint-config-prettier
```

Then, append `stylelint-config-prettier` to the [`extends` array](https://stylelint.io/user-guide/configuration/#extends) in your `.stylelintrc.*` file. Make sure to put it **last,** so it will override other configs.
Expand Down

0 comments on commit 47f220f

Please sign in to comment.