Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamsha committed Feb 10, 2025
1 parent f188ed3 commit 702fd7e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/stylelint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ export default {
};
```

Must be added after `essentials`.

We also provide various other rule sets that you can configure to suit your project.

```json
{
"extends": [
"@moneyforward/stylelint-config/essentials",
"@moneyforward/stylelint-config/css-modules",
"@moneyforward/stylelint-config/scss"
]
}
```

| Rule set | Summary | Dependencies |
| ------------: | :------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `essentials` | Contains standard, and recess-order configs | [`standard`](https://github.com/stylelint/stylelint-config-standard) <br> [`recess-order`](https://github.com/stormwarning/stylelint-config-recess-order) |
Expand Down

0 comments on commit 702fd7e

Please sign in to comment.