eslint-plugin-tailwindcss
Advanced tools
Comparing version 3.8.2-beta.0 to 3.8.2-beta.1
@@ -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 @@ }, |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159772
10
4386
6
+ Addedvue-eslint-parser@^9.0.1
+ Addedlodash@4.17.21(transitive)
+ Addedvue-eslint-parser@9.4.3(transitive)