Skip to content

Commit b43a97b

Browse files
authored
Badge
1 parent 01f3841 commit b43a97b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# eslint-plugin-css-class-usage
22

3+
<a href="https://www.npmjs.com/package/eslint-plugin-css-class-usage"><img src="https://img.shields.io/npm/v/eslint-plugin-css-class-usage" alt="NPM badge" />
4+
</a>
5+
36
This is an ESLint plugin to check that CSS classes used in JS/TS files exist in your stylesheets. It's loosely inspired by the `no-custom-classname` rule from https://github.com/francoismassart/eslint-plugin-tailwindcss, but minus the Tailwind aspects.
47

58
## Installation
69

10+
Install the [NPM package](https://www.npmjs.com/package/eslint-plugin-css-class-usage):
11+
712
```
813
npm install eslint-plugin-css-class-usage
914
```

0 commit comments

Comments
 (0)