Skip to content

Commit fb14395

Browse files
committed
disable no-console rule in unpackPlotProps
1 parent 45ea3bd commit fb14395

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/unpackPlotProps.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable no-console */
2+
13
import nestedProperty from 'plotly.js/src/lib/nested_property';
24
import isNumeric from 'fast-isnumeric';
35
import {MULTI_VALUED, MULTI_VALUED_PLACEHOLDER} from './constants';
@@ -166,3 +168,5 @@ export default function unpackPlotProps(props, context) {
166168
updatePlot,
167169
};
168170
}
171+
172+
/* eslint-enable no-console */

0 commit comments

Comments
 (0)