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 1.13.4 to 1.13.5-beta.0

lib/util/.DS_Store

5

lib/rules/no-contradicting-classname.js

@@ -64,2 +64,5 @@ /**

// Init assets before sorting
const groups = groupUtil.getGroups(defaultGroups, mergedConfig);
/**

@@ -72,4 +75,2 @@ * Parse the classnames and report found conflicts

classNames = attrUtil.sanitizeClassnames(classNames);
// Init assets before sorting
const groups = groupUtil.getGroups(defaultGroups, mergedConfig);
const sorted = groupUtil.initGroupSlots(groups);

@@ -76,0 +77,0 @@

7

lib/rules/no-custom-classname.js

@@ -77,2 +77,6 @@ /**

// Init assets before sorting
const groups = groupUtil.getGroups(defaultGroups, mergedConfig);
const classnamesFromFiles = getClassnamesFromCSS(cssFiles);
/**

@@ -85,5 +89,2 @@ * Parse the classnames and report found conflicts

classNames = attrUtil.sanitizeClassnames(classNames);
// Init assets before sorting
const groups = groupUtil.getGroups(defaultGroups, mergedConfig);
const classnamesFromFiles = getClassnamesFromCSS(cssFiles);

@@ -90,0 +91,0 @@ classNames.forEach((className) => {

{
"name": "eslint-plugin-tailwindcss",
"version": "1.13.4",
"version": "1.13.5-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