Skip to content

Commit 296f1af

Browse files
committed
added eslint exception for xml-utils import
1 parent 49ffa3e commit 296f1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/geotiffimage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @module geotiffimage */
22
import { getFloat16 } from '@petamoriken/float16';
3-
import getAttribute from 'xml-utils/get-attribute';
4-
import findTagsByName from 'xml-utils/find-tags-by-name';
3+
import getAttribute from 'xml-utils/get-attribute'; // eslint-disable-line import/extensions
4+
import findTagsByName from 'xml-utils/find-tags-by-name'; // eslint-disable-line import/extensions
55

66
import { photometricInterpretations, ExtraSamplesValues } from './globals.js';
77
import { fromWhiteIsZero, fromBlackIsZero, fromPalette, fromCMYK, fromYCbCr, fromCIELab } from './rgb.js';

0 commit comments

Comments
 (0)