remove eslint comment

This commit is contained in:
harshilparmar 2021-02-03 16:01:32 +05:30
parent 8b191f038e
commit edd7bc7197
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import intersectRect from './intersect/intersect-rect';
import { logger } from '../logger'; // eslint-disable-line
import { logger } from '../logger';
import createLabel from './createLabel';
import { select } from 'd3';
import { getConfig } from '../config';