Skip to content

Commit

Permalink
eslint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 30, 2024
1 parent 6687a1f commit 6064305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tabixIndexedFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import TBI from './tbi'
import CSI from './csi'

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

Expand Down

0 comments on commit 6064305

Please sign in to comment.