Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-tailwindcss

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-tailwindcss - npm Package Compare versions

Comparing version 3.15.0 to 3.15.1-beta.0

2

lib/rules/enforces-shorthand.js

@@ -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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc