Skip to content

Commit 77af766

Browse files
committed
refactor: fix lint warning on utils/string.js
Signed-off-by: BoHong Li <[email protected]>
1 parent cdf68f7 commit 77af766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/string.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
function stripTags(s) {
3+
function stripTags (s) {
44
return s.replace(RegExp(`</?[^<>]*>`, 'gi'), '')
55
}
66

0 commit comments

Comments
 (0)