eslint-plugin-tailwind-canonical-classes 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +10 -0
  2. package/package.json +2 -1
package/index.d.ts ADDED
@@ -0,0 +1,10 @@
1
+ import tailwindCanonicalClasses from './lib/tailwind-canonical-classes.js';
2
+
3
+ declare const plugin: {
4
+ rules: {
5
+ 'tailwind-canonical-classes': typeof tailwindCanonicalClasses;
6
+ };
7
+ };
8
+
9
+ export default plugin;
10
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-tailwind-canonical-classes",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "ESLint plugin to enforce canonical Tailwind CSS class names using Tailwind CSS v4's canonicalization API",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -17,6 +17,7 @@
17
17
  },
18
18
  "files": [
19
19
  "index.js",
20
+ "index.d.ts",
20
21
  "lib"
21
22
  ],
22
23
  "keywords": [