eslint-plugin-baseui
Advanced tools
Comparing version 9.49.1 to 9.49.2
@@ -137,2 +137,17 @@ /* | ||
}, | ||
{ | ||
code: ` | ||
<Slider | ||
overrides={{ | ||
InnerTrack: { | ||
style: () => { | ||
return { | ||
background: red, | ||
}; | ||
}, | ||
}, | ||
}} | ||
/> | ||
`, | ||
}, | ||
], | ||
@@ -139,0 +154,0 @@ invalid: [ |
{ | ||
"name": "eslint-plugin-baseui", | ||
"version": "9.49.1", | ||
"version": "9.49.2", | ||
"description": "ESLint rules for Base Web", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -336,2 +336,7 @@ /* | ||
// nothing is passed to the `styled` function | ||
if (!parameter) { | ||
return false; | ||
} | ||
// Option 1. No destructuring. | ||
@@ -338,0 +343,0 @@ // Ex: props => ({ color: props.$theme.colors.foreground }) |
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
64640
2137