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.8.2-beta.0 to 3.8.2-beta.1

6

lib/index.js

@@ -42,3 +42,3 @@ /**

{
files: ['*.html', '*.blade.php', '*.vue'],
files: ['*.html', '*.blade.php'],
parser: '@angular-eslint/template-parser',

@@ -50,2 +50,6 @@ },

},
{
files: ['*.vue'],
parser: 'vue-eslint-parser',
},
],

@@ -52,0 +56,0 @@ },

8

package.json
{
"name": "eslint-plugin-tailwindcss",
"version": "3.8.2-beta.0",
"version": "3.8.2-beta.1",
"description": "Rules enforcing best practices while using Tailwind CSS",

@@ -33,3 +33,4 @@ "keywords": [

"fast-glob": "^3.2.5",
"postcss": "^8.4.4"
"postcss": "^8.4.4",
"vue-eslint-parser": "^9.0.1"
},

@@ -46,4 +47,3 @@ "devDependencies": {

"tailwindcss": "^3.2.2",
"typescript": "4.3.5",
"vue-eslint-parser": "^7.6.0"
"typescript": "4.3.5"
},

@@ -50,0 +50,0 @@ "engines": {

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