Skip to content

Commit ecefffb

Browse files
committed
remove eslint camelcase
1 parent 68e5f1b commit ecefffb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react-charts/src/victory/components/ChartBoxPlot/examples/ChartBoxPlotEmbeddedLegend.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
ChartThreshold,
88
createContainer
99
} from '@patternfly/react-charts/victory';
10-
/* eslint-disable-next-line */
1110
import chart_color_orange_300 from '@patternfly/react-tokens/dist/esm/chart_color_orange_300';
1211

1312
interface Data {
@@ -36,7 +35,6 @@ export const ChartBoxPlotEmbeddedLegend: React.FunctionComponent = () => {
3635
{
3736
childName: 'limit',
3837
name: 'Limit',
39-
/* eslint-disable-next-line */
4038
symbol: { fill: chart_color_orange_300.var, type: 'threshold' }
4139
},
4240
{ childName: 'cats', name: 'Cats' },
@@ -97,7 +95,6 @@ export const ChartBoxPlotEmbeddedLegend: React.FunctionComponent = () => {
9795
name="limit"
9896
style={{
9997
data: {
100-
/* eslint-disable-next-line */
10198
stroke: chart_color_orange_300.var
10299
}
103100
}}

0 commit comments

Comments
 (0)