You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
7
5
8
## Installation
6
9
10
+
Install the [NPM package](https://www.npmjs.com/package/eslint-plugin-css-class-usage):
0 commit comments