Skip to content

Commit 6064305

Browse files
committed
eslint disable
1 parent 6687a1f commit 6064305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tabixIndexedFile.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import TBI from './tbi'
1111
import CSI from './csi'
1212

1313
function isASCII(str: string) {
14+
// eslint-disable-next-line no-control-regex
1415
return /^[\u0000-\u007F]*$/.test(str)
1516
}
1617

0 commit comments

Comments
 (0)