Skip to content

Commit

Permalink
fixup! Docs(stylelint-config): Add recommended configuration, orderin…
Browse files Browse the repository at this point in the history
…g and stylistic rules
  • Loading branch information
literat committed Aug 21, 2024
1 parent b6f1ded commit 6449dbf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/stylelint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ in Stylelint v16. To enforce them, you can use
```json
// `.stylelintrc`
{
plugins: ['stylelint-prettier'],
rules: {
'prettier/prettier': true,
"plugins": ["stylelint-prettier"],
"rules": {
"prettier/prettier": true
}
}
```
Expand Down Expand Up @@ -139,6 +139,7 @@ indent_size = 2
```

👉 See [Prettier][prettier] documentation for more options.

</details>

[prettier]: https://prettier.io
Expand Down

0 comments on commit 6449dbf

Please sign in to comment.