mirror of
https://github.com/apache/superset.git
synced 2026-05-31 21:29:19 +00:00
feat(frontend): Replace ESLint with OXC hybrid linting architecture (#35506)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -52,7 +52,7 @@ const ContourOption = ({
|
||||
|
||||
const formattedColor = color
|
||||
? `rgba(${color.r}, ${color.g}, ${color.b}, 1)`
|
||||
: 'rgba(0,0,0,0)';
|
||||
: 'transparent';
|
||||
|
||||
const formatIsoline = (threshold: number, width: number) =>
|
||||
`${t('Threshold')}: ${threshold}, ${t('color')}: ${formattedColor}, ${t(
|
||||
|
||||
Reference in New Issue
Block a user