UNPKG
get-hrefs
Version:
latest (4.0.0)
4.0.0
3.0.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
Get all href urls from an HTML string
github.com/joakimbeng/get-hrefs
joakimbeng/get-hrefs
get-hrefs
/
commitlint.config.js
3 lines
(2 loc)
•
79 B
JavaScript
View Raw
1
2
3
'use strict'
;
module
.
exports
= {
extends
: [
'@commitlint/config-conventional'
]};