Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ity-tracker into chr-historical-frontend
  • Loading branch information
benhammondmusic committed Jan 9, 2025
2 parents 4e39b64 + b7b8848 commit ff95d72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 12 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,18 @@
"noImplicitAnyLet": "off",
"noArrayIndexKey": "off",
"noAssignInExpressions": "off",
"noGlobalIsNan": "off"
"noGlobalIsNan": "off",
"noConsole": {
"level": "info",
"options": {
"allow": [
"assert",
"error",
"info",
"warn"
]
}
}
},
"correctness": {
"useExhaustiveDependencies": "off"
Expand Down
1 change: 0 additions & 1 deletion frontend/src/charts/rateBarChart/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export function RateBarChart(props: RateBarChartProps) {
className='relative'
>
<BarChartTooltip data={tooltipData} />
{/* biome-ignore lint/a11y/noSvgWithoutTitle: we use aria-label instead, so screen reader has accessible text but browser tooltips don't interfere with custom tooltip */}
<svg
width={width}
height={height}
Expand Down

0 comments on commit ff95d72

Please sign in to comment.