Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano authored Sep 21, 2023
1 parent f0d2d25 commit b6ae9fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# stylelint-config-web-scrobbler [![NPM][NpmBadge]][Npm] [![Test][WorkflowBadge]][Workflow]
# @web-scrobbler/stylelint-config [![NPM][NpmBadge]][Npm] [![Test][WorkflowBadge]][Workflow]

Stylelint configuration file for Web Scrobbler projects.

## Usage

You can install `stylelint-config-web-scrobbler` by a following way:
You can install `@web-scrobbler/stylelint-config` in the following way:
```sh
> npm install --save-dev stylelint-config-web-scrobbler
> npm install --save-dev @web-scrobbler/stylelint-config
```

Then, add `stylelint-config-web-scrobbler` to the `extends` array in your
Then, add `@web-scrobbler/stylelint-config` to the `extends` array in your
`.stylelintrc.*` file.
```json
{
"extends": [
"some-other-config-you-use",
"stylelint-config-web-scrobbler"
"@web-scrobbler/stylelint-config"
]
}
```
Expand All @@ -25,9 +25,9 @@ Then, add `stylelint-config-web-scrobbler` to the `extends` array in your
Licensed under the [MIT License](./LICENSE).

<!-- Badges -->
[NpmBadge]: https://img.shields.io/npm/v/stylelint-config-web-scrobbler
[NpmBadge]: https://img.shields.io/npm/v/@web-scrobbler/stylelint-config
[WorkflowBadge]: https://github.com/web-scrobbler/stylelint-config-web-scrobbler/workflows/Lint/badge.svg

<!-- Related pages -->
[Npm]: https://www.npmjs.com/package/stylelint-config-web-scrobbler
[Npm]: https://www.npmjs.com/package/@web-scrobbler/stylelint-config
[Workflow]: https://github.com/web-scrobbler/stylelint-config-web-scrobbler/actions?query=workflow%3ALint

0 comments on commit b6ae9fe

Please sign in to comment.