Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Oct 15, 2023
1 parent eebbf2b commit 1639fd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Shareable [Stylelint](https://stylelint.io) configuration.

[![npm](https://img.shields.io/npm/v/@jgarber/stylelint-config.svg?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/@jgarber/stylelint-config)
[![Downloads](https://img.shields.io/npm/dt/@jgarber/stylelint-config.svg?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/@jgarber/stylelint-config)
[![Build](https://img.shields.io/github/actions/workflow/status/jgarber623/stylelint-config/ci.yml?branch=main&logo=github&style=for-the-badge)](https://github.com/jgarber623/stylelint-config/actions/workflows/ci.yml)

## Installation

```sh
Expand Down Expand Up @@ -45,7 +49,6 @@ In a JavaScript file using [ECMAScript module (ESM)](https://nodejs.org/api/esm.

```js
// stylelint.config.mjs

import config from '@jgarber/stylelint-config';

export default config;
Expand Down

0 comments on commit 1639fd7

Please sign in to comment.