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.0 to 1.13.1

2

lib/util/cssFiles.js

@@ -31,3 +31,3 @@ 'use strict';

root.walkRules((rule) => {
const regexp = /\.([^\.\,\s\n]*)/gim;
const regexp = /\.([^\.\,\s\n\:\)]*)/gim;
const matches = [...rule.selector.matchAll(regexp)];

@@ -34,0 +34,0 @@ const classnames = matches.map((arr) => arr[1]);

{
"name": "eslint-plugin-tailwindcss",
"version": "1.13.0",
"version": "1.13.1",
"description": "Rules enforcing best practices while using Tailwind CSS",

@@ -5,0 +5,0 @@ "keywords": [

@@ -99,2 +99,3 @@ # eslint-plugin-tailwindcss

"cssFiles": ["**/*.css", "!**/node_modules"],
"groupByResponsive": false,
"groups": defaultGroups, // imported from groups.js

@@ -101,0 +102,0 @@ "prependCustom": false,

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