eslint-plugin-better-tailwindcss 4.0.1 → 4.0.2

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 (45) hide show
  1. package/lib/api/types.d.ts +2 -1
  2. package/lib/api/types.d.ts.map +1 -1
  3. package/lib/api/types.js +1 -1
  4. package/lib/api/types.js.map +1 -1
  5. package/lib/configs/config.d.ts +1090 -19
  6. package/lib/configs/config.d.ts.map +1 -1
  7. package/lib/configs/config.js +29 -39
  8. package/lib/configs/config.js.map +1 -1
  9. package/lib/parsers/angular.js.map +1 -1
  10. package/lib/rules/enforce-canonical-classes.d.ts +82 -50
  11. package/lib/rules/enforce-canonical-classes.d.ts.map +1 -1
  12. package/lib/rules/enforce-consistent-class-order.d.ts +83 -52
  13. package/lib/rules/enforce-consistent-class-order.d.ts.map +1 -1
  14. package/lib/rules/enforce-consistent-important-position.d.ts +79 -48
  15. package/lib/rules/enforce-consistent-important-position.d.ts.map +1 -1
  16. package/lib/rules/enforce-consistent-line-wrapping.d.ts +87 -55
  17. package/lib/rules/enforce-consistent-line-wrapping.d.ts.map +1 -1
  18. package/lib/rules/enforce-consistent-variable-syntax.d.ts +79 -48
  19. package/lib/rules/enforce-consistent-variable-syntax.d.ts.map +1 -1
  20. package/lib/rules/enforce-consistent-variable-syntax.js +1 -1
  21. package/lib/rules/enforce-consistent-variable-syntax.js.map +1 -1
  22. package/lib/rules/enforce-shorthand-classes.d.ts +81 -49
  23. package/lib/rules/enforce-shorthand-classes.d.ts.map +1 -1
  24. package/lib/rules/no-conflicting-classes.d.ts +79 -48
  25. package/lib/rules/no-conflicting-classes.d.ts.map +1 -1
  26. package/lib/rules/no-deprecated-classes.d.ts +81 -49
  27. package/lib/rules/no-deprecated-classes.d.ts.map +1 -1
  28. package/lib/rules/no-duplicate-classes.d.ts +79 -48
  29. package/lib/rules/no-duplicate-classes.d.ts.map +1 -1
  30. package/lib/rules/no-restricted-classes.d.ts +79 -50
  31. package/lib/rules/no-restricted-classes.d.ts.map +1 -1
  32. package/lib/rules/no-unknown-classes.d.ts +79 -48
  33. package/lib/rules/no-unknown-classes.d.ts.map +1 -1
  34. package/lib/rules/no-unnecessary-whitespace.d.ts +79 -48
  35. package/lib/rules/no-unnecessary-whitespace.d.ts.map +1 -1
  36. package/lib/tailwindcss/canonical-classes.async.v4.d.ts.map +1 -1
  37. package/lib/tailwindcss/canonical-classes.async.v4.js +11 -18
  38. package/lib/tailwindcss/canonical-classes.async.v4.js.map +1 -1
  39. package/lib/types/rule.d.ts +7 -5
  40. package/lib/types/rule.d.ts.map +1 -1
  41. package/lib/utils/rule.d.ts +31 -2
  42. package/lib/utils/rule.d.ts.map +1 -1
  43. package/lib/utils/rule.js +1 -0
  44. package/lib/utils/rule.js.map +1 -1
  45. package/package.json +12 -12
@@ -1,2 +1,3 @@
1
- export * from "../types/rule.js";
1
+ export type { ObjectKeyMatcher, ObjectValueMatcher, Regex, StringMatcher } from "../types/rule.js";
2
+ export { MatcherType } from "../types/rule.js";
2
3
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/api/types.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/api/types.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,gBAAgB,EAChB,kBAAkB,EAClB,KAAK,EACL,aAAa,EACd,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC"}
package/lib/api/types.js CHANGED
@@ -1,2 +1,2 @@
1
- export * from "../types/rule.js";
1
+ export { MatcherType } from "../types/rule.js";
2
2
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/api/types.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/api/types.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC"}