chore: change ts-lint to es-lint comment

pull/5690/head
Pavel Zavora 2021-03-08 22:16:33 +01:00
parent 15712cd629
commit 9e22524921
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const getRange = (
const points = [...timeSeries, [null, pad(value)], [null, pad(rangeValue)]]
const range = points.reduce(
// tslint:disable-next-line
// eslint-disable-next-line @typescript-eslint/no-shadow
([min, max] = [], series) => {
for (let i = 1; i < series.length; i++) {
const val = series[i]