eslint-plugin-tailwindcss
Advanced tools
Comparing version 1.17.0 to 1.17.1-beta.0
@@ -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.17.0", | ||
"version": "1.17.1-beta.0", | ||
"description": "Rules enforcing best practices while using Tailwind CSS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
94072
1