UNPKG
use-tw-zipcode
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
React hook for getting Taiwan zip code.
github.com/imgarylai/use-tw-zipcode
imgarylai/use-tw-zipcode
use-tw-zipcode
/
.commitlintrc.js
8 lines
(7 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { extends: [
'@commitlint/config-conventional'
], rules: {
'body-max-line-length'
: [
1
,
'always'
,
100
],
'footer-max-line-length'
: [
1
,
'always'
,
100
], }, };