eslint-plugin-tailwindcss
Advanced tools
Comparing version 3.15.0 to 3.15.1-beta.0
@@ -251,3 +251,3 @@ /** | ||
// w-screen + h-screen ≠ size-screen (Issue #307) | ||
const sizeKeys = Object.keys(mergedConfig.theme.size); | ||
const sizeKeys = Object.keys(mergedConfig.theme.size || {}); | ||
const isSize = ['w-', 'h-'].includes(remainingClass.body); | ||
@@ -254,0 +254,0 @@ const isValidSize = sizeKeys.includes(remainingClass.value); |
{ | ||
"name": "eslint-plugin-tailwindcss", | ||
"version": "3.15.0", | ||
"version": "3.15.1-beta.0", | ||
"description": "Rules enforcing best practices while using Tailwind CSS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
210279
1