eslint-plugin-tailwindcss
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -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)', |
{ | ||
"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 @@ |
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
136954
3788
195