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.1.0 to 3.1.1

6

lib/config/groups.js

@@ -1222,5 +1222,9 @@ /**

type: 'Scroll Snap Type',
members: 'snap\\-(none|x|y|both|mandatory|proximity)',
members: 'snap\\-(none|x|y|both)',
},
{
type: 'Scroll Snap Type Strictness',
members: 'snap\\-(mandatory|proximity)',
},
{
type: 'Touch Action',

@@ -1227,0 +1231,0 @@ members: 'touch\\-(auto|none|pan\\-(x|left|right|y|up|down)|pinch\\-zoom|manipulation)',

3

package.json
{
"name": "eslint-plugin-tailwindcss",
"version": "3.1.0",
"version": "3.1.1",
"description": "Rules enforcing best practices while using Tailwind CSS",

@@ -21,3 +21,2 @@ "keywords": [

"scripts": {
"wip": "mocha tests/lib/rules/enforces-shorthand.js",
"test": "mocha tests --recursive"

@@ -24,0 +23,0 @@ },

@@ -36,2 +36,4 @@ # eslint-plugin-tailwindcss

- FIX: [`snap-x` and `snap-mandatory` are conflicting classes](https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/90)
- New rule: [`enforces-shorthand`](docs/rules/enforces-shorthand.md) merging multiple classnames when possible

@@ -38,0 +40,0 @@

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