Skip to content

Commit 065377d

Browse files
committed
removed unnecessary lint suppression
1 parent 6e2c7fa commit 065377d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/isMD5.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import assertString from './util/assertString';
22

3-
/* eslint-disable no-control-regex */
43
const md5 = /^[a-f0-9]{32}$/;
5-
/* eslint-enable no-control-regex */
64

75
export default function isMD5(str) {
86
assertString(str);

0 commit comments

Comments
 (0)